Morgain
Well-known member
My first effort at directing 3 different usergroups to 3 appropriate links.
I get error that - Template tags are not well-formed. <xen:if> was not closed.
Code:
<li><xen comment>IF FIRST</xen comment><xen:if is="{$visitor.user_id} == 8"><a href="mysite.10/">{xen:phrase blah}</a></xen:if>
<xen comment>IF SEN</xen comment><xen:if is="{$visitor.user_id} == 9"><a href="mysite.49/">{xen:phrase blah}</a></xen:if>
<xen comment>IF SCHOL</xen comment><xen:if is="{$visitor.user_id} == 7"><a href="mysite.5/">{xen:phrase blah}</a></xen:if>
</li>
I get error that - Template tags are not well-formed. <xen:if> was not closed.