Shape 5

Joomla Templates => Your Store - July 2007 - Club => : wmena August 01, 2007, 10:01:26 AM



: Menu bar
: wmena August 01, 2007, 10:01:26 AM
Hi,

How do I change menubar from "mainmenu" to another menu?  I would have assumed that should have been a allowable config in the index.php.

Thanks!


: Re: Menu bar
: mikek August 01, 2007, 10:11:30 AM
You will need to edit the file s5_suckerfish.php to do this. At the very bottom you will see this line:


$params->def( 'menutype', 'mainmenu' );



Just change mainmenu to the name of your menu. All of our templates pull the mainmenu by default. It's not something that could be configured easily in the template configuration but we will put some thought to that for future templates.

Regards,


: Re: Menu bar
: wmena August 01, 2007, 10:36:35 AM
Hmm... I did a search yesterday and could not find "mainmenu"... weird!

Anyway, thanks.  That resolves the issue.