From 8e47af2b3620c920116ec056173277c039163ec1 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Thu, 23 Jan 2020 21:52:03 +0100 Subject: Process logout through Slim controller --- tpl/default/page.header.html | 4 ++-- tpl/vintage/page.header.html | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'tpl') diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 116265a5..2086aeb0 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html @@ -56,7 +56,7 @@ {if="$is_logged_in"}
  • - {'Logout'|t} + {'Logout'|t}
  • {else}
  • @@ -88,7 +88,7 @@
  • {else}
  • - +
  • diff --git a/tpl/vintage/page.header.html b/tpl/vintage/page.header.html index ce938421..8b9db353 100644 --- a/tpl/vintage/page.header.html +++ b/tpl/vintage/page.header.html @@ -18,9 +18,9 @@ {else}
  • Home
  • {if="$is_logged_in"} -
  • Logout
  • -
  • Tools
  • -
  • Add link
  • +
  • Logout
  • +
  • Tools
  • +
  • Add link
  • {elseif="$openshaarli"}
  • Tools
  • Add link
  • -- cgit v1.2.3