// Context part 11

This commit is contained in:
tDidierjean
2011-07-18 15:50:58 +00:00
parent 4b7dee58b7
commit 6551a3ece7
60 changed files with 378 additions and 520 deletions
+2 -2
View File
@@ -57,12 +57,12 @@ class BlockLanguages extends Module
*/
function hookTop($params)
{
global $smarty;
$context = Context::getContext();
$languages = Language::getLanguages(true, $this->shopID);
if (!sizeof($languages))
return '';
$smarty->assign('languages', $languages);
$context->controller->smarty->assign('languages', $languages);
return $this->display(__FILE__, 'blocklanguages.tpl');
}