// I forgot the link
This commit is contained in:
@@ -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 -->
|
||||
Reference in New Issue
Block a user