diff --git a/app/public/add_entry.php b/app/public/add_entry.php index a9a16e1..ab71ca8 100644 --- a/app/public/add_entry.php +++ b/app/public/add_entry.php @@ -20,7 +20,7 @@ die; } - echo file_get_contents("html/header.html"); + echo file_get_contents("heder_footer/header.php"); ?> @@ -51,5 +51,5 @@ \ No newline at end of file diff --git a/app/public/add_station.php b/app/public/add_station.php index 580858b..6aff5df 100644 --- a/app/public/add_station.php +++ b/app/public/add_station.php @@ -10,7 +10,7 @@ die; } - echo file_get_contents("html/header.html"); + echo file_get_contents("header_footer/header.php"); ?> @@ -29,5 +29,5 @@ \ No newline at end of file diff --git a/app/public/add_team.php b/app/public/add_team.php index c90ea44..02f6460 100644 --- a/app/public/add_team.php +++ b/app/public/add_team.php @@ -10,7 +10,7 @@ die; } - echo file_get_contents("html/header.html"); + echo file_get_contents("header_footer/header.php"); ?> @@ -36,5 +36,5 @@ \ No newline at end of file diff --git a/app/public/html/footer.html b/app/public/html/footer.html deleted file mode 100644 index 505a2f6..0000000 --- a/app/public/html/footer.html +++ /dev/null @@ -1,2 +0,0 @@ - - \ No newline at end of file diff --git a/app/public/html/header.html b/app/public/html/header.html deleted file mode 100644 index 631c05e..0000000 --- a/app/public/html/header.html +++ /dev/null @@ -1,24 +0,0 @@ - - - - Punktesystem - - - - - - -
-
- - -
-
\ No newline at end of file diff --git a/app/public/index.php b/app/public/index.php index d3cb2c8..383001f 100644 --- a/app/public/index.php +++ b/app/public/index.php @@ -5,7 +5,7 @@ $user_data = check_login($con); - echo file_get_contents("html/header.html"); + echo file_get_contents("header_footer/header.php"); ?> @@ -14,5 +14,5 @@ \ No newline at end of file diff --git a/app/public/mannschaft.php b/app/public/mannschaft.php index d9518ee..469008a 100644 --- a/app/public/mannschaft.php +++ b/app/public/mannschaft.php @@ -5,7 +5,7 @@ include("../scripts/functions.php"); $user_data = check_login($con); - echo file_get_contents("html/header.html"); + echo file_get_contents("header_footer/header.php"); ?> @@ -33,6 +33,6 @@ \ No newline at end of file diff --git a/app/public/stationen.php b/app/public/stationen.php index 9e4804d..317e2a1 100644 --- a/app/public/stationen.php +++ b/app/public/stationen.php @@ -5,7 +5,7 @@ include("../scripts/functions.php"); $user_data = check_login($con); - echo file_get_contents("html/header.html"); + echo file_get_contents("header_footer/header.php"); ?> @@ -35,6 +35,6 @@ \ No newline at end of file diff --git a/app/public/statistik.php b/app/public/statistik.php index 675a264..f1fca56 100644 --- a/app/public/statistik.php +++ b/app/public/statistik.php @@ -15,7 +15,7 @@ $session = $_SESSION['select-statistics']; } - echo file_get_contents("html/header.html"); + echo file_get_contents("header_footer/header.php"); ?> @@ -60,6 +60,6 @@ \ No newline at end of file