// Better
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
{if isset($smarty.get.search_query) && isset($smarty.get.results) && $smarty.get.results > 1}
|
||||
<div class="pull-right">
|
||||
<strong>
|
||||
<a href="javascript:history.back();">
|
||||
<a href="{$smarty.server.HTTP_REFERER|escape}" onclick="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>
|
||||
|
||||
Reference in New Issue
Block a user