Jump to content

modul does not display in footer


Recommended Posts

hello,
y tried to integrate jslider in the footer, but it will simply not appear in it. the only module which shows up is the "footer links bloc". Whatever module i want to link to the footer is not visible.

Has anyone an idea what to change or have I missed something.
the modules as is show up in left or center ... but not in footer.

Thanks for help.
Thomas

can be seen on: http://abbac.net/preview/roudeleiw-shop/

Link to comment
Share on other sites

You need to add following code to be able to hook module to footer

function hookFooter($params)
   {
       return $this->hookLeftColumn($params);
   }



This code goes to ,and this is a guess, in modules/jslider you have jslider.php .
Then transplant module to footer.

Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...