From 684e662a58b02bde225e44d3677987b6fc3adf0b Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 18 May 2016 21:48:24 +0200 Subject: Replace $GLOBALS configuration with the configuration manager in the whole code base --- tpl/page.header.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/page.header.html') diff --git a/tpl/page.header.html b/tpl/page.header.html index 3a09ecd9..0012c689 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html @@ -21,14 +21,14 @@
  • Logout
  • Tools
  • Add link
  • - {elseif="$GLOBALS['config']['OPEN_SHAARLI']"} + {elseif="$openshaarli"}
  • Tools
  • Add link
  • {else}
  • Login
  • {/if}
  • RSS Feed
  • - {if="$GLOBALS['config']['SHOW_ATOM']"} + {if="$showatom"}
  • ATOM Feed
  • {/if}
  • Tag cloud
  • -- cgit v1.2.3