// Fix displaying name of shop

This commit is contained in:
rGaillard
2011-11-23 09:35:30 +00:00
parent d0a68c7b45
commit 7bb50bbea3
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -275,9 +275,9 @@ $(document).ready(function()
{if $is_multishop && $shop_context != 'all'}
<div class="multishop_info">
{if $shop_context == 'group'}
{l s='You are configuring your store for group shop '}<b>{$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}