From 89ccc83ba497fa91eaaf2a2a52d8549aea5e2aee Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Wed, 18 Apr 2018 23:45:05 +0200 Subject: Login: update PageBuilder and default/vintage templates Signed-off-by: VirtualTam --- tpl/default/page.header.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'tpl/default/page.header.html') diff --git a/tpl/default/page.header.html b/tpl/default/page.header.html index 18aa77c8..82568d63 100644 --- a/tpl/default/page.header.html +++ b/tpl/default/page.header.html @@ -17,7 +17,7 @@ {$shaarlititle} - {if="isLoggedIn() || $openshaarli"} + {if="$is_logged_in || $openshaarli"}
  • {'Shaare'|t} @@ -50,7 +50,7 @@
  • {'RSS Feed'|t}
  • - {if="isLoggedIn()"} + {if="$is_logged_in"}
  • {'Logout'|t}
  • @@ -74,7 +74,7 @@ - {if="!isLoggedIn()"} + {if="!$is_logged_in"}
  • - {if="!isLoggedIn()"} + {if="!$is_logged_in"}
    {/if} -{if="!empty($plugin_errors) && isLoggedIn()"} +{if="!empty($plugin_errors) && $is_logged_in"}
    -- cgit v1.2.3