jamalfree
Active member
https://xenforo.com/community/resources/conditional-statements.1604/
24. How can I show content on a specific page?
<xen:if is="{$contentTemplate} == 'xyz'">
This content will show on the xyz template
</xen:if>
i use this but didnt work!!
<xen:if is="{$contentTemplate} == '_page_node.184'">
bla bla.....
</xen:if>
24. How can I show content on a specific page?
<xen:if is="{$contentTemplate} == 'xyz'">
This content will show on the xyz template
</xen:if>
i use this but didnt work!!
<xen:if is="{$contentTemplate} == '_page_node.184'">
bla bla.....
</xen:if>