changed header.htmml to header.php
This commit is contained in:
@@ -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