summaryrefslogtreecommitdiff
path: root/src/web/_controller/apps/auth.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_controller/apps/auth.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_controller/apps/auth.php b/src/web/_controller/apps/auth.php
index 6b30cc9..1df74da 100644
--- a/src/web/_controller/apps/auth.php
+++ b/src/web/_controller/apps/auth.php
@@ -27,7 +27,7 @@ class Auth_controller extends Controller {
parent::index();
$data = $this->auth_model->get_data();
- $this->view('header_empty', $data);
+ $this->view('head', $data);
$this->view('apps/auth/login', $data);
$this->view('footer', $data);
}