changed header.htmml to header.php

This commit is contained in:
2022-06-09 20:54:40 +02:00
parent 07becd4502
commit 78b481341f
9 changed files with 14 additions and 40 deletions

View File

@@ -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");
?>