aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 21:39:09 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 21:39:09 -0400
commit70d458b6044dc9613e4366020884dc76a74db8b9 (patch)
treee3ae5cf1b4ca2c15c2de0c13b0c79d064b132df6
parent7a893895dd9ed0e308714761042ff982977800a3 (diff)
downloadedwinmattiacci.com-70d458b6044dc9613e4366020884dc76a74db8b9.tar.gz
edwinmattiacci.com-70d458b6044dc9613e4366020884dc76a74db8b9.tar.bz2
edwinmattiacci.com-70d458b6044dc9613e4366020884dc76a74db8b9.zip
public/error: Remove unneeded navigator snippet
-rw-r--r--public/error/403.html4
-rw-r--r--public/error/404.html4
2 files changed, 0 insertions, 8 deletions
diff --git a/public/error/403.html b/public/error/403.html
index 1588eb6..6bb5d46 100644
--- a/public/error/403.html
+++ b/public/error/403.html
@@ -1,8 +1,5 @@
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
-
-
<h1 style="color: #FF6978; font-size: 8em;">403</h1>
<h2 class="text-xl font-normal text-grey-darkest">Error 403 - Forbidden.</h2>
<br>
@@ -11,5 +8,4 @@
<a class="text-blue no-underline border-b-2 border-blue" href="/">homepage</a>.
</h2>
-
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>
diff --git a/public/error/404.html b/public/error/404.html
index 8da16b3..254fa1f 100644
--- a/public/error/404.html
+++ b/public/error/404.html
@@ -1,8 +1,5 @@
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.error.php'; ?>
-<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/navigator.php'; ?>
-
-
<h1 style="color: #FF6978; font-size: 8em;">404</h1>
<h2 class="text-xl font-normal text-grey-darkest">Error 404 - Page not found.</h2>
<br>
@@ -11,5 +8,4 @@
<a class="text-blue no-underline border-b-2 border-blue" href="/">homepage</a>.
</h2>
-
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/footer.php'; ?>