6
hey Kianor,
I use the module "freecontent."
here is a script for a custom menu block, this will display the same as your main menu:
<div class="blockContent">
<table cellspacing="0" width="100%">
<tr>
<td id="mainmenu">
<a class="menuTop"
href="http://yourstie.com/">text</a>
<!-- start module menu loop -->
<a class="menuMain"
href="http://yourstie.com/">text</a>
<a class="menuMain"
href="http://yourstie.com/">text</a>
<a class="menuMain"
href="http://yourstie.com/">text</a>
<a class="menuMain"
href="http://yourstie.com/">text</a>
<!-- end module menu loop -->
</td>
</tr>
</table></div>
you can add as many links as you like.