2007-08-26 08:03
How can I move the menu (2 - menu top under logo) to footer?
2007-08-27 07:51
In page.tpl move $sMenu2 down to <div id="foot">.Like this: <div id="foot">$sMenu2 </div>Then you will get the menu in footer.Don't forget the link to opensolution.org.