//small fix for retro compat on adminTab
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17815 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -341,7 +341,7 @@ echo '
|
||||
if(defined('_PS_MODE_DEV_') && _PS_MODE_DEV_)
|
||||
echo '<div class="warn">This tab is an AdminTab</div>';
|
||||
|
||||
if (Shop::isFeatureActive())
|
||||
if (Shop::isFeatureActive() && Context::getContext()->controller->multishop_context != Shop::CONTEXT_ALL)
|
||||
{
|
||||
echo '<div class="multishop_toolbar">
|
||||
<span class="text_multishop">'.translate('Multistore configuration for').'</span>'.
|
||||
|
||||
Reference in New Issue
Block a user