а какую ссылку то указывать? вот как описаны те ссылки:
<div class="links">
<a href="{$link->getPageLink('index', true)}" title="{l s='Main page' mod='smarttopnav'}" style="color: white" >{l s='Main' mod='smarttopnav'}</a>
<a href="#" title="{l s='News' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='News' mod='smarttopnav'}</a>
<a href="{$link->getCMSLink(1)}" title="{l s='Delivery and payment' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='Delivery and payment' mod='smarttopnav'}</a>
<a href="{$link->getCMSLink(2)}" title="{l s='Warranty' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='Warranty' mod='smarttopnav'}</a>
<a href="{$link->getCMSLink(4)}" title="{l s='Contacts' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='Contacts' mod='smarttopnav'}</a>
<a href="{$link->getPageLink('sitemap', true)}" title="{l s='Sitemap' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='Sitemap' mod='smarttopnav'}</a>
{if $logged}
<a href="{$link->getPageLink('my-account', true)}" title="{l s='View my customer account' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='Welcome' mod='smarttopnav'} {$cookie->customer_firstname} {$cookie->customer_lastname}</a>
<a href="{$link->getPageLink('index', true, NULL, "mylogout")}" id="login-total" title="{l s='Log me out' mod='smarttopnav'}" title="{l s='Log out' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='Log out' mod='smarttopnav'}</a>
{else}
<a href="{$link->getPageLink('my-account', true)}" id="register-total" title="{l s='Login to your customer account' mod='smarttopnav'}" style="color: white; border-left: 1px solid #FF0000;">{l s='Log in' mod='smarttopnav'}</a>
{/if}
</div>
и вот тут красная строка там нужно добавить ссылку на тот модуль. незнаю как вот тут что прописывать href="#"