// fix
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