[*] FO : added "back to search results" the the product page

This commit is contained in:
Damien Metzger
2013-10-31 15:32:52 +01:00
parent f565b273d8
commit 6c8e70f780
2 changed files with 5 additions and 2 deletions
+5
View File
@@ -36,4 +36,9 @@
{/if}
{/if}
</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>
</div>
{/if}
<!-- /Breadcrumb -->
-2
View File
@@ -160,7 +160,6 @@ var contentOnly = {if $content_only}true{else}false{/if}
</script>
<div id="primary_block" class="row">
{if !$content_only}<div class="container"><div class="top-hr"></div></div>{/if}
{if isset($adminActionDisplay) && $adminActionDisplay}
@@ -188,7 +187,6 @@ var contentOnly = {if $content_only}true{else}false{/if}
<div id="image-block">
{if $product->on_sale}
<span class="sale-box"><span class="sale">{l s='Sale!'}</span></span>
{elseif $product->specificPrice AND $product->specificPrice.reduction AND $productPriceWithoutReduction > $productPrice}