kalua Posted January 4, 2015 Share Posted January 4, 2015 Hey there I tried to hook the module "Block Links" to my Footer. Unfortunately the System said that I can't do that, only at the left/right position of a column. Any idea how to? 1.6.0.9 Link to comment Share on other sites More sharing options...
vekia Posted January 5, 2015 Share Posted January 5, 2015 inside module you have to create function to support displayFooter hook: public function hookFooter($params){ return $this->hookLeftColumn($params); } Link to comment Share on other sites More sharing options...
Recommended Posts