Overriding main menu output html - Joomla! Forum - community, help and support
i'm working on site each link in main menu must styled differently , need have span after anchor text contains description of link.
i'm hoping output this:
what best method achieve this?
thanks help
i'm hoping output this:
code: select all
<ul id="menu">
<li class="current"><a id="link1" href="#">link #1<span>a description of first link.</span></a></li>
<li><a id="link2" href="#">link #2<span>a description of second link.</span></a></li>
</ul>what best method achieve this?
thanks help
Comments
Post a Comment