changed header.htmml to header.php
This commit is contained in:
@@ -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");
|
||||
?>
|
||||
Reference in New Issue
Block a user