// Smarty 3 standardize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11424 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
{if $simplifiedStoresDiplay}
|
||||
{if $stores|@count}
|
||||
<p>{l s='Here are the details of our stores, feel free to contact us:'}</p>
|
||||
{foreach from=$stores item=store}
|
||||
{foreach $stores as $store}
|
||||
<div class="store-small">
|
||||
{if $store.has_picture}<p><img src="{$img_store_dir}{$store.id_store}-medium.jpg" alt="" width="{$mediumSize.width}" height="{$mediumSize.height}" /></p>{/if}
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user