Nalena Posted May 13, 2014 Share Posted May 13, 2014 How can i move my horizontal menú to the footer? I'm trying whith hoocks but it tell me that i can't move it there. I'm using the default theme. Thanks! Link to comment Share on other sites More sharing options...
dioniz Posted May 13, 2014 Share Posted May 13, 2014 You need to edit blocktopmenu.php. Try to add this code to it: public function displayFooter($params) { return $this->hookDisplayTop($params); } Link to comment Share on other sites More sharing options...
vekia Posted May 13, 2014 Share Posted May 13, 2014 it's not enough to paste this function. if you will unhook module from displayTop - then styles and js files will not be included. it's necessary to modify module a little. read last step in this guide: move top horizontal menu to new hook (this part only: "Transplanting module to displayHeader section") Link to comment Share on other sites More sharing options...
Recommended Posts