changed header.htmml to header.php
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
die;
|
||||
}
|
||||
|
||||
echo file_get_contents("html/header.html");
|
||||
echo file_get_contents("heder_footer/header.php");
|
||||
?>
|
||||
|
||||
<body>
|
||||
@@ -51,5 +51,5 @@
|
||||
</body>
|
||||
<?php
|
||||
$con = null;
|
||||
echo file_get_contents("html/footer.html");
|
||||
echo file_get_contents("header_footer/footer.html");
|
||||
?>
|
||||
@@ -10,7 +10,7 @@
|
||||
die;
|
||||
}
|
||||
|
||||
echo file_get_contents("html/header.html");
|
||||
echo file_get_contents("header_footer/header.php");
|
||||
?>
|
||||
|
||||
<body>
|
||||
@@ -29,5 +29,5 @@
|
||||
</body>
|
||||
<?php
|
||||
$con = null;
|
||||
echo file_get_contents("html/footer.html");
|
||||
echo file_get_contents("header_footer/footer.html");
|
||||
?>
|
||||
@@ -10,7 +10,7 @@
|
||||
die;
|
||||
}
|
||||
|
||||
echo file_get_contents("html/header.html");
|
||||
echo file_get_contents("header_footer/header.php");
|
||||
?>
|
||||
|
||||
<body>
|
||||
@@ -36,5 +36,5 @@
|
||||
|
||||
<?php
|
||||
$con = null;
|
||||
echo file_get_contents("html/footer.html");
|
||||
echo file_get_contents("header_footer/footer.html");
|
||||
?>
|
||||
@@ -1,2 +0,0 @@
|
||||
|
||||
</html>
|
||||
@@ -1,24 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<title>Punktesystem</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="css/styles.css">
|
||||
</head>
|
||||
|
||||
<header>
|
||||
<section>
|
||||
<div id="logo">
|
||||
Punktesystem-KSP
|
||||
</div>
|
||||
<nav>
|
||||
<a href="logout.php">logout</a>
|
||||
<a href="index.php">Home</a>
|
||||
<a href="mannschaft.php">Mannschaftsverwaltung</a>
|
||||
<a href="stationen.php">Stationen</a>
|
||||
<a href="statistik.php">Statistik</a>
|
||||
</nav>
|
||||
</section>
|
||||
</header>
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
$user_data = check_login($con);
|
||||
|
||||
echo file_get_contents("html/header.html");
|
||||
echo file_get_contents("header_footer/header.php");
|
||||
?>
|
||||
|
||||
<body>
|
||||
@@ -14,5 +14,5 @@
|
||||
</body>
|
||||
<?php
|
||||
$con = null;
|
||||
echo file_get_contents("html/footer.html");
|
||||
echo file_get_contents("header_footer/footer.html");
|
||||
?>
|
||||
@@ -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");
|
||||
?>
|
||||
|
||||
<body>
|
||||
@@ -33,6 +33,6 @@
|
||||
</body>
|
||||
|
||||
<?php
|
||||
echo file_get_contents("html/footer.html");
|
||||
echo file_get_contents("header_footer/footer.html");
|
||||
$con = null;
|
||||
?>
|
||||
@@ -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");
|
||||
?>
|
||||
|
||||
<body>
|
||||
@@ -35,6 +35,6 @@
|
||||
</body>
|
||||
|
||||
<?php
|
||||
echo file_get_contents("html/footer.html");
|
||||
echo file_get_contents("header_footer/footer.html");
|
||||
$con = null;
|
||||
?>
|
||||
@@ -15,7 +15,7 @@
|
||||
$session = $_SESSION['select-statistics'];
|
||||
}
|
||||
|
||||
echo file_get_contents("html/header.html");
|
||||
echo file_get_contents("header_footer/header.php");
|
||||
?>
|
||||
|
||||
<body>
|
||||
@@ -60,6 +60,6 @@
|
||||
</body>
|
||||
|
||||
<?php
|
||||
echo file_get_contents("html/footer.html");
|
||||
echo file_get_contents("header_footer/footer.html");
|
||||
$con=null;
|
||||
?>
|
||||
Reference in New Issue
Block a user