// fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11474 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -480,8 +480,6 @@ class blocktopmenu extends Module
|
||||
|
||||
public function hookTop($param)
|
||||
{
|
||||
elog('rrrrrr');
|
||||
caller();
|
||||
global $smarty;
|
||||
$this->makeMenu();
|
||||
$smarty->assign('MENU_SEARCH', Configuration::get('MOD_BLOCKTOPMENU_SEARCH'));
|
||||
@@ -489,5 +487,4 @@ class blocktopmenu extends Module
|
||||
$smarty->assign('this_path', $this->_path);
|
||||
return $this->display(__FILE__, 'blocktopmenu.tpl');
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user