git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11474 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2011-12-21 12:33:26 +00:00
parent 44e8ed487f
commit 59146657ab
+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');
}
}
}