Elxis CMS Forum

Support => General => Topic started by: Farhad Sakhaei on February 04, 2009, 12:38:55

Title: inserting mainmenu in a position
Post by: Farhad Sakhaei on February 04, 2009, 12:38:55
How can I insert the mainmenu in a module position ?

This doesn't work
<?php elxLoadModule('mod_mainmenu', -2); ?>
Title: Re: inserting mainmenu in a position
Post by: datahell on February 04, 2009, 14:12:57
It does nt work for all modules...
Title: Re: inserting mainmenu in a position
Post by: Farhad Sakhaei on February 04, 2009, 14:48:48
I fixed this issue by inserting a new position (inset)
And then set the mainmenu to be there ...
Thank you