// Rename correctly all hooks
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12006 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -433,7 +433,7 @@ class FrontControllerCore extends Controller
|
||||
Tools::displayAsDeprecated();
|
||||
$this->context->smarty->assign(array(
|
||||
'HOOK_RIGHT_COLUMN' => Hook::exec('displayRightColumn', array('cart' => $this->context->cart)),
|
||||
'HOOK_FOOTER' => Hook::exec('footer'),
|
||||
'HOOK_FOOTER' => Hook::exec('displayFooter'),
|
||||
));
|
||||
$this->context->smarty->display(_PS_THEME_DIR_.'footer.tpl');
|
||||
}
|
||||
@@ -652,7 +652,7 @@ class FrontControllerCore extends Controller
|
||||
public function initFooter()
|
||||
{
|
||||
$this->context->smarty->assign(array(
|
||||
'HOOK_FOOTER' => Hook::exec('footer'),
|
||||
'HOOK_FOOTER' => Hook::exec('displayFooter'),
|
||||
));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user