4
Sorry for misunderstanding.
First, set "Update module template .html files from themes/your theme/templates directory?" to Yes in Preferences Main »» General Settings. Next, clone your default template set in Template Set Manager. Then open System »» system_block_mainmenu.html and make your desired changes. Unless you want to completely hard-code your main menu, I would suggest putting your code at the bottome of the template.
Example:
<table cellspacing="0">
<tr>
<td id="mainmenu">
<a class="menuTop" href="<{$xoops_url}>/"><{$block.lang_home}>a>
<{foreach item=module from=$block.modules}>
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"><{$module.name}>a>
<{foreach item=sublink from=$module.sublinks}>
<a class="menuSub" href="<{$sublink.url}>"><{$sublink.name}>a>
<{/foreach}>
<{/foreach}>
[color=FF0000][/color]
td>
tr>
table>
After you've finished with your edits, set "Update module template .html files from themes/your theme/templates directory?" to No in Preferences Main »» General Settings.
That's it. Hope this helps.
James
Insanity can be defined as "doing the same thing over and over and expecting different results."
Stupidity is not a crime. Therefore, you are free to go.