Amaury
Well-known member
We have a Staff Members link in our footer and Members dropdown/sub-navigation bar. However, it's done in a bit of an odd way:
Is there a particular reason this won't work? (It gives me a syntax error when I try to save the template.)
It works with other links and obviously the default links like help.
Code:
<li><a href="http://www.kh-flare.net/members/?type=staff">{xen:phrase staff_members}</a></li>
Is there a particular reason this won't work? (It gives me a syntax error when I try to save the template.)
Code:
<li><a href="{xen:link members/?type=staff}">{xen:phrase staff_members}</a></li>
It works with other links and obviously the default links like help.