// Refacto generateShopList()

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14183 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-03-15 09:33:23 +00:00
parent bfeccea385
commit 5b9de8ac00
4 changed files with 43 additions and 46 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ echo ' </select>
</div>';
if (Shop::isFeatureActive())
echo '<div id="header_shoplist">'.translate('Select your shop:').' '.generateShopList().'</div>';
echo '<div id="header_shoplist">'.translate('Select your shop:').' '.Helper::renderShopList().'</div>';
echo '</div>';
echo Hook::exec('displayBackOfficeTop');