// Removed FO call to shop->name instead of PS_SHOP_NAME

This commit is contained in:
dMetzger
2012-08-21 14:24:43 +00:00
parent 0140d5898b
commit 133f9102ac
3 changed files with 2 additions and 20 deletions
-13
View File
@@ -1321,19 +1321,6 @@ class AdminControllerCore extends Controller
'controller_name' => htmlentities(Tools::getValue('controller')),
'currentIndex' => self::$currentIndex
));
// Shop context
if ($is_multishop)
{
if (Shop::getContext() == Shop::CONTEXT_SHOP)
$shop_name = $this->context->shop->name;
else
$shop_name = 'PrestaShop';
$this->context->smarty->assign(array(
'shop_name' => $shop_name,
));
}
}
/**