From cd694d3fae6fdbbd9c2332940ecf69ecdce9a663 Mon Sep 17 00:00:00 2001 From: bMancone Date: Thu, 29 Mar 2012 08:47:23 +0000 Subject: [PATCH] // Fixed #PSFV-743 --- modules/blocknewproducts/blocknewproducts.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blocknewproducts/blocknewproducts.tpl b/modules/blocknewproducts/blocknewproducts.tpl index 8de82ec72..a6e45e603 100644 --- a/modules/blocknewproducts/blocknewproducts.tpl +++ b/modules/blocknewproducts/blocknewproducts.tpl @@ -39,7 +39,7 @@
{foreach from=$new_products item=newproduct name=myLoop}
{$newproduct.name|strip_tags|escape:html:'UTF-8'}
- {if $newproduct.description_short}
{$newproduct.description_short|strip_tags:'UTF-8'|truncate:75:'...'}
{l s='Read more'}
{/if} + {if $newproduct.description_short}
{$newproduct.description_short|strip_tags:'UTF-8'|truncate:75:'...'}
{l s='Read more' mod='blocknewproducts'}
{/if} {/foreach}

» {l s='All new products' mod='blocknewproducts'}