From 773bf36733cd217f257f3a5734a6e69353911a01 Mon Sep 17 00:00:00 2001 From: Dj Padzensky Date: Fri, 12 Feb 2016 15:56:13 -0800 Subject: Added a DISABLE_LOGOUT constant, to allow the logout command to be disabled, for support of external SSO solutions. --- app/Template/header.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'app/Template') diff --git a/app/Template/header.php b/app/Template/header.php index fd9ff24d..72d89b80 100644 --- a/app/Template/header.php +++ b/app/Template/header.php @@ -84,13 +84,15 @@ url->link(t('Documentation'), 'doc', 'show') ?> -
  • - - url->link(t('Logout'), 'auth', 'logout') ?> -
  • + +
  • + + url->link(t('Logout'), 'auth', 'logout') ?> +
  • + - \ No newline at end of file + -- cgit v1.2.3