abdfahim
Well-known member
I have a pretty ugly looking conditional block, which serves my purpose though. Is there any nice alternative?
Code:
<xen:if is="{$contentTemplate} == 'forum_list' OR {$contentTemplate} == 'forum_view' OR {$contentTemplate} == 'thread_view' OR {$contentTemplate} == 'search_results' OR {$contentTemplate} == 'find_new_posts_none' OR {$contentTemplate} == 'find_new_posts'">
DO SOMETHING
</xen:if>