I use this code below for the forum index and it works well. What I am trying to do is have a code that displays an ad in the sidebar_bottom only in a specific forum - node 107. Any idea how to do that?
<xen:if is="{$contentTemplate} == 'forum_list'">
<a href="google.com">
<img src="google.jpg">
</a>
</xen:if>