2
You'll need to make a copy of the default template set, if you haven't already done so, then you just add the link in your custom template set
Template Set Manager »» custom_template »» Edit template file »» system_block_mainmenu.html
<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}>
td>
tr>
table>
You can add a link before the main menu loop or after it.
The lights are on... nobody's home