From 7df055aff1e1056d87bb720531d60cb079805f94 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sat, 11 Apr 2015 18:05:10 -0400 Subject: Add auth controller --- app/Template/layout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Template/layout.php') 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 @@
  • - a(t('Logout'), 'user', 'logout', array(), true) ?> + a(t('Logout'), 'auth', 'logout') ?> (a($this->e($this->getFullname()), 'user', 'show', array('user_id' => $this->userSession->getId())) ?>)
  • -- cgit v1.2.3