From c27e63c10a63e7feff26d6768ebf1ae27db7377b Mon Sep 17 00:00:00 2001 From: jBreux Date: Tue, 20 Dec 2011 16:05:59 +0000 Subject: [PATCH] // Smarty 3 standardize --- 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}