From 1099d8fcad1844599a365fc03506ca69d156609f Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 23 Oct 2014 17:47:30 +0200 Subject: Make ATOM toolbar button optional * ATOM button display is now configurable using the SHOW_ATOM variable in index.php or data/options.php (defaults to false) * Fixes https://github.com/shaarli/Shaarli/issues/24 --- tpl/page.header.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tpl') diff --git a/tpl/page.header.html b/tpl/page.header.html index 37a18f70..654a551d 100644 --- a/tpl/page.header.html +++ b/tpl/page.header.html @@ -16,7 +16,9 @@ Login {/if} RSS Feed - ATOM Feed + {if="$GLOBALS['config']['SHOW_ATOM']"} + ATOM Feed + {/if} Tag cloud Picture wall Daily -- cgit v1.2.3