// Small fixes

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10558 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2011-11-23 16:31:53 +00:00
parent 7ac2f24ff3
commit 1207b5bf40
5 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -220,9 +220,9 @@
{if $display_header && $is_multishop && $shop_context != 'all'}
<div class="multishop_info">
{if $shop_context == 'group'}
{l s='You are configuring your store for group shop '}<b>{$group_shop->name}</b>
{l s='You are configuring your store for group shop'} <b>{$group_shop->name}</b>
{elseif $shop_context == 'shop'}
{l s='You are configuring your store for shop '}<b>{$shop->name}</b>
{l s='You are configuring your store for shop'} <b>{$shop->name}</b>
{/if}
</div>
{/if}