I'm trying to use the following template syntax in one of my templates:
Code:
<xen:if is="in_array({$forum.node_id}, array(1, 2, 3, 4, 5, 6))"> The Content </xen:if>
However, it appears the content is not displaying in any of the specified forum nodes.