// I forgot the link

This commit is contained in:
Damien Metzger
2013-10-31 17:10:15 +01:00
parent fe78dceede
commit 23e4e1badb
+5 -1
View File
@@ -38,7 +38,11 @@
</div>
{if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1}
<div class="pull-right">
<strong ><i class="icon-chevron-left left"></i> {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]}</strong>
<strong>
<a href="javascript:history.back();">
<i class="icon-chevron-left left"></i> {l s='Back to Search results for "%s" (%d other results)' sprintf=[$smarty.get.search_query,$smarty.get.results]}
</a>
</strong>
</div>
{/if}
<!-- /Breadcrumb -->