6
Quote:
ow to make come up in a diffrent menu aparet from the main menu.
first, you'll have to set the Weight of the Module in the Admin to "0" (Admin/Modules), so it won't show anymore in the main menu.
Then you have two options:
1)Make a custom block and place a link to that module there:
<table>
<tr>
<td id="mainmenu">
<a class="menuMain" href="{X_SITEURL}modules/YourModule/">YourModulea>
td>
tr>
table>
Of course, you'll have also to name the block, e.g. "My New Menu"
2) Use something like MultiMenu