diff --git a/modules/blocktopmenu/blocktopmenu.php b/modules/blocktopmenu/blocktopmenu.php index 59ad75888..78323cf72 100644 --- a/modules/blocktopmenu/blocktopmenu.php +++ b/modules/blocktopmenu/blocktopmenu.php @@ -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'); } -} - +} \ No newline at end of file