This commit is contained in:
vChabot
2011-12-21 12:33:26 +00:00
parent 91f378b7ff
commit 9c370ff9ee
+1 -4
View File
@@ -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');
}
}
}