From 1e6e762643273efd9cf012e68006fa57ee1b22a3 Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 13 Oct 2012 15:40:14 +0000 Subject: feature 2760: allow tag exclusion in quick search git-svn-id: http://piwigo.org/svn/trunk@18636 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/index.tpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'themes/default/template/index.tpl') diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 410d08481..5d4a546ce 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -144,9 +144,8 @@ jQuery("#derivativeSwitchBox").on("mouseleave", function() { {if !empty($tag_search_results)}
{'Tag results for'|@translate} {$QUERY_SEARCH} : - {foreach from=$tag_search_results item=res name=res_loop} - {if !$smarty.foreach.res_loop.first} — {/if} - {$res} + {foreach from=$tag_search_results item=tag name=res_loop} + {if !$smarty.foreach.res_loop.first} — {/if} {$tag.name} {/foreach}
-- cgit v1.2.3