// Refacto generateShopList()

This commit is contained in:
rMalie
2012-03-15 09:33:23 +00:00
parent a4c36a529c
commit ea67b720ec
4 changed files with 43 additions and 46 deletions
+1 -1
View File
@@ -1278,7 +1278,7 @@ class AdminControllerCore extends Controller
'bo_query' => Tools::safeOutput(Tools::stripslashes(Tools::getValue('bo_query'))),
'quick_access' => $quick_access,
'multi_shop' => Shop::isFeatureActive(),
'shop_list' => (Shop::isFeatureActive() ? generateShopList() : null), //@TODO refacto
'shop_list' => Helper::renderShopList(),
'shop' => $this->context->shop,
'group_shop' => $this->context->shop->getGroup(),
'tab' => $tab,