// 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
@@ -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');