Attempt fix error page
This commit is contained in:
parent
25d93f52b7
commit
a6fdc117e1
@ -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>
|
||||
|
Reference in New Issue
Block a user