I was sure there was doco for conditionals but when searching I can only find support requests for specific issues (none of which match my issue).
Can someone link to this?
If there is none, can anyone tell me why this simple if/else if/else doesn't work?
<xen:if is="{$forum.node_id} == 52">
CODE A
<xen:if is="{$forum.node_id} == 21" />
CODE B
<xen:else />
CODE
</xen:if>
On forum 52 it shows both CODE A and CODE B.
Can someone link to this?
If there is none, can anyone tell me why this simple if/else if/else doesn't work?
<xen:if is="{$forum.node_id} == 52">
CODE A
<xen:if is="{$forum.node_id} == 21" />
CODE B
<xen:else />
CODE
</xen:if>
On forum 52 it shows both CODE A and CODE B.