From f1d63980e1d6788b9f26ebfdf57f42f173efe3d0 Mon Sep 17 00:00:00 2001 From: aFolletete Date: Mon, 14 Nov 2011 13:03:03 +0000 Subject: [PATCH] // revert blockbestseller.tpl file from revision 10093 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10099 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/blockbestsellers/blockbestsellers.tpl | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/modules/blockbestsellers/blockbestsellers.tpl b/modules/blockbestsellers/blockbestsellers.tpl index 3cf007d8e..eb89140b5 100644 --- a/modules/blockbestsellers/blockbestsellers.tpl +++ b/modules/blockbestsellers/blockbestsellers.tpl @@ -30,21 +30,15 @@
{if $best_sellers|@count > 0} -

» {l s='All best sellers' mod='blockbestsellers'}

+
+ {foreach from=$best_sellers item=product name=myLoop} +
{$product.name|strip_tags:'UTF-8'|escape:'htmlall':'UTF-8'}
+ {/foreach} +
+

{l s='All best sellers' mod='blockbestsellers'}

{else}

{l s='No best sellers at this time' mod='blockbestsellers'}

{/if}