Create New Page

You can use a conditional for that: <xen:if is="{$visitor.user_id}">

For example:
Code:
<xen:if is="{$visitor.user_id}">
<li class="navTab PopupClosed"><a href="{xen:link account/upgrades}" class="navLink">{xen:phrase account_upgrades}</a></li>
</xen:if>

That adds a link to the navigation bar for the account upgrades page, which is only visible when logged in.
 
Top Bottom