summaryrefslogtreecommitdiff
path: root/views/auth_error.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/auth_error.php')
-rw-r--r--views/auth_error.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/views/auth_error.php b/views/auth_error.php
index 818ded4..58728b5 100644
--- a/views/auth_error.php
+++ b/views/auth_error.php
@@ -1,4 +1,8 @@
-<h2><?= $this->error ?></h2>
+<div class="narrow">
+ <?= partial('partials/header') ?>
-<p><?= $this->errorDescription ?></p>
+ <h2><?= $this->error ?></h2>
+ <p><?= $this->errorDescription ?></p>
+
+<?div> \ No newline at end of file