XF 2.0 how to use forum id in templates?

this is my code:
Code:
<xf:if is="$forum.node_id == 17">
    do something specific for forum with id 17
<xf:else/>
    do something for all other forums
</xf:if>
 
Last edited:
Top Bottom