aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-11-18 19:47:02 -0500
committerThedro Neely <thedroneely@gmail.com>2018-11-18 19:47:02 -0500
commita5144c285ac030e812d76fe62d2075f7e607118a (patch)
tree33ac73b84a66d322966cd5f6d38ec1b6940c6a86 /views
parent281f5865f6c835b7f0aa1a056fcf6c45de5342ed (diff)
downloadedwinmattiacci.com-a5144c285ac030e812d76fe62d2075f7e607118a.tar.gz
edwinmattiacci.com-a5144c285ac030e812d76fe62d2075f7e607118a.tar.bz2
edwinmattiacci.com-a5144c285ac030e812d76fe62d2075f7e607118a.zip
views/partials: Add header for server error page
Diffstat (limited to 'views')
-rw-r--r--views/partials/header.error.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/views/partials/header.error.php b/views/partials/header.error.php
new file mode 100644
index 0000000..8564937
--- /dev/null
+++ b/views/partials/header.error.php
@@ -0,0 +1,3 @@
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/bootstrap/Functions.php'; ?>
+
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/views/partials/header.php'; ?>