diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-11 18:05:10 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-11 18:05:10 -0400 |
commit | 7df055aff1e1056d87bb720531d60cb079805f94 (patch) | |
tree | eee8f0b873ebdebc0d87fe7b835ce0f243e6a64e /app/Template/layout.php | |
parent | ea9d402587d6fbcb39080a5d9a26e94ff4575443 (diff) |
Add auth controller
Diffstat (limited to 'app/Template/layout.php')
-rw-r--r-- | app/Template/layout.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/layout.php b/app/Template/layout.php index ec9f2288..1cdcc249 100644 --- a/app/Template/layout.php +++ b/app/Template/layout.php @@ -58,7 +58,7 @@ </li> <?php endif ?> <li> - <?= $this->a(t('Logout'), 'user', 'logout', array(), true) ?> + <?= $this->a(t('Logout'), 'auth', 'logout') ?> <span class="username hide-tablet">(<?= $this->a($this->e($this->getFullname()), 'user', 'show', array('user_id' => $this->userSession->getId())) ?>)</span> </li> </ul> |