4
le="color: #000000"><?php <ul class="nav navbar-nav"> <li class="active"><a href="<{$xoops_url}>"><{$smarty.const.THEME_HOME}></a></li> <li><a href="javascript:;"><{$smarty.const.THEME_MODULE1}></a></li> <li class="dropdown"> <a data-toggle="dropdown" class="dropdown-toggle" href="javascript:;"><{$smarty.const.THEME_MODULE2}><b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="javascript:;">Topic 1</a></li> <li><a href="javascript:;">Topic 2</a></li> <li><a href="javascript:;">Topic 3</a></li> <li><a href="javascript:;">Topic 4</a></li> <li><a href="javascript:;">Topic 5</a></li> </ul> </li> <li><a href="<{$xoops_url}>/modules/newbb"><{$smarty.const.THEME_MODULE3}></a></li> <li><a href="<{$xoops_url}>/modules/contact"><{$smarty.const.THEME_MODULE4}></a></li> </ul>
Angelo why do you have this javascript part in the href?
These predefined smarties:
le="color: #000000"><?php <{$smarty.const.THEME_MODULE3}>
are also very bad and not friendly for new users.
I would take all this stuff out and provide a clean menu template
@Mike
Delete this javascript in the href and use your link to the module instead
Also delete this smarty part and give the link a new you want, like "forums" or "gallery"