Mr Lucky
Well-known member
I have created a custom tab for a page node.
How do I make it so that the tab is shown as selected when you are on that page?
I am using this in the nav template
Thanks
How do I make it so that the tab is shown as selected when you are on that page?
I am using this in the nav template
Code:
<li class="navTab PopupClosed"><a href="{xen:link pages/testpage}" class="navLink">Link To Page</a></li>
Thanks