php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 2 additions and 5 deletions
Showing only changes of commit a6fdc117e1 - Show all commits

View File

@ -2,7 +2,7 @@
<html>
<head>
<?php
set_include_path("./../");
set_include_path("../.");
include './page-blocks/headers.php';
?>
<title>Athena - Error 404</title>
@ -11,7 +11,7 @@
<body>
<!-- Main Content Begins -->
<?php require "./page-blocks/title-image.php";?>
<?php include "./page-blocks/title-image.php";?>
<h1>Oh no! That page can't be found</h1>
@ -19,9 +19,6 @@
<h3>404 - Not Found</h3>
<!-- Footer -->
<?php include './page-blocks/footer.php';?>
</body>
</html>