From 984c6c54ba6f3fa857eeff28eb3e0fea29cf7fc8 Mon Sep 17 00:00:00 2001 From: jBreux Date: Tue, 20 Dec 2011 16:05:59 +0000 Subject: [PATCH] // Smarty 3 standardize git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11424 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/stores.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/stores.tpl b/themes/default/stores.tpl index 07d40b7f5..d3976dc00 100644 --- a/themes/default/stores.tpl +++ b/themes/default/stores.tpl @@ -34,7 +34,7 @@ {if $simplifiedStoresDiplay} {if $stores|@count}

{l s='Here are the details of our stores, feel free to contact us:'}

- {foreach from=$stores item=store} + {foreach $stores as $store}
{if $store.has_picture}

{/if}