From 91993cf685c835caf6b7f6b61df83a5c924682a2 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Fri, 3 Nov 2023 21:30:28 +0100 Subject: [PATCH] head as include --- includes/head.php | 10 ++++++++++ index.php | 9 +-------- last_stats.php | 9 +-------- latestmatches.php | 9 +-------- topstats.php | 8 +------- topstatsavg.php | 9 +-------- user_stats.php | 8 +------- 7 files changed, 16 insertions(+), 46 deletions(-) create mode 100644 includes/head.php diff --git a/includes/head.php b/includes/head.php new file mode 100644 index 0000000..084c2e2 --- /dev/null +++ b/includes/head.php @@ -0,0 +1,10 @@ + + + + + + DTCH - PUBG Clan + + + + \ No newline at end of file diff --git a/index.php b/index.php index f6499fb..495af28 100644 --- a/index.php +++ b/index.php @@ -24,14 +24,7 @@ $lastMatches = array_slice($allMatches, 0, 8); - - - - - - DTCH - PUBG Clan - - + diff --git a/last_stats.php b/last_stats.php index 43672dc..ee942ba 100644 --- a/last_stats.php +++ b/last_stats.php @@ -7,14 +7,7 @@ error_reporting(E_ALL); - - - - - DTCH - PUBG Clan - Match Stats - - - + diff --git a/latestmatches.php b/latestmatches.php index 017ae48..4e84d10 100644 --- a/latestmatches.php +++ b/latestmatches.php @@ -6,14 +6,7 @@ error_reporting(E_ALL); - - - - - DTCH - PUBG Clan - Match Stats - - - + diff --git a/topstats.php b/topstats.php index 8232082..4edbd81 100644 --- a/topstats.php +++ b/topstats.php @@ -6,13 +6,7 @@ error_reporting(E_ALL); - - - - - DTCH - PUBG Clan - User Stats - - + diff --git a/topstatsavg.php b/topstatsavg.php index f65f77c..d359efc 100644 --- a/topstatsavg.php +++ b/topstatsavg.php @@ -6,14 +6,7 @@ error_reporting(E_ALL); - - - - - DTCH - PUBG Clan - Average User Stats - - - + diff --git a/user_stats.php b/user_stats.php index a647844..fd640cf 100644 --- a/user_stats.php +++ b/user_stats.php @@ -6,13 +6,7 @@ error_reporting(E_ALL); - - - - - DTCH - PUBG Clan - User Stats - - +