XF 1.1 How do you show the sub-nav links on pages?

System0

Active member
How do you add the sub-nav links such as "search forums", "what's new" etc, to pages, xenporta home, other areas of the site etc.

Is it a simple template edit?

Kevin
 
Yes, just edit the template and add the relevant code.

For example, this is the What's New? code from the navigation template:
Code:
<li><a href="{xen:link 'find-new/threads'}">{xen:phrase whats_new}</a></li>
 
Top Bottom