5
Thanks m0nty for your help, I'm in a jam and I really, really thank you. Here is the code for the system main menu block with the modified link. BTW, it is a custom template, but I don't think that , that interferes with the block output. Thanks again.
<table cellspacing="0">
<tr>
<td id="mainmenu">
<a class="menuTop" href="http://www.cedarslounge.com/site/home.php"><{$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>