From da10377b3c263d96a46cf9101c202554343d2cd0 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sun, 29 May 2016 16:10:32 +0200 Subject: Rename configuration keys and fix GLOBALS in templates --- tpl/editlink.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tpl/editlink.html') diff --git a/tpl/editlink.html b/tpl/editlink.html index 14a2e6c8..441b5302 100644 --- a/tpl/editlink.html +++ b/tpl/editlink.html @@ -25,7 +25,7 @@ {$value} {/loop} - {if="($link_is_new && $GLOBALS['privateLinkByDefault']==true) || $link.private == true"} + {if="($link_is_new && $default_private_links) || $link.private == true"}  
{else} @@ -43,12 +43,10 @@ {if="$source !== 'firefoxsocialapi'"} {include="page.footer"} {/if} -{if="($GLOBALS['config']['OPEN_SHAARLI'] || isLoggedIn())"} -{/if} -- cgit v1.2.3