1
Hi, I recently decided to add a personal link to my main menu and read how to do it on your knowledge base, after doing everything in order, including updating the system module the link still doesn't show up. Can anyone help??
Thanks, here is what is in my main menu template:
<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}>
<a class="menuMain" href="http://www.personalsite.com"><Personal Site>a>
td>
tr>
table>