// Small fixes

This commit is contained in:
rGaillard
2011-11-23 16:31:53 +00:00
parent ebe5061616
commit ce26f23f5b
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}