aboutsummaryrefslogtreecommitdiff
path: root/app/views/partials
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-28 03:14:20 -0400
committerThedro Neely <thedroneely@gmail.com>2019-03-28 03:14:20 -0400
commita637920cdf8c7dad65758e29b631c6b3439bcc1f (patch)
tree1ca162a0157404793ff0c8c4cf3feca91afcf9e2 /app/views/partials
parentc28aa13d76428ed57e44ba90f1c492b8d69cb8ec (diff)
downloadthedroneely.com-a637920cdf8c7dad65758e29b631c6b3439bcc1f.tar.gz
thedroneely.com-a637920cdf8c7dad65758e29b631c6b3439bcc1f.tar.bz2
thedroneely.com-a637920cdf8c7dad65758e29b631c6b3439bcc1f.zip
app/views/partials/header: Remove unneeded tags
Diffstat (limited to 'app/views/partials')
-rw-r--r--app/views/partials/header.error.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/app/views/partials/header.error.php b/app/views/partials/header.error.php
index ed0b822..5e11869 100644
--- a/app/views/partials/header.error.php
+++ b/app/views/partials/header.error.php
@@ -2,9 +2,4 @@
<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/header.php'; ?>
- <section class="section hero is-fullheight" itemscope itemtype="http://schema.org/HomePage">
- <div class="hero-head">
-
- <?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/navigator.php'; ?>
-
- </div>
+<?php require $_SERVER['DOCUMENT_ROOT'] . '/..' . '/app/views/partials/navigator.php'; ?>