From 2fa2f57fd52e23be762c76fc91e0991a1a5d73c5 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 19 Aug 2017 17:49:11 +0200 Subject: [PATCH] Hide the search link if no tag has been searched in tag list --- tpl/default/tag.list.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/tpl/default/tag.list.html b/tpl/default/tag.list.html index 81d6e5a..e250e42 100644 --- a/tpl/default/tag.list.html +++ b/tpl/default/tag.list.html @@ -13,9 +13,11 @@
{$countTags=count($tags)}

{'Tag list'|t} - {$countTags} {'tags'|t}

-

- {'List all links with those tags'|t} -

+ {if="!empty($search_tags)"} +

+ {'List all links with those tags'|t} +

+ {/if}