XF 1.4 problem with code in template

jamalfree

Active member
hello
i have this code to do
PHP:
<xen:if is="{$quickNavSelected} == 'node-174' or {$quickNavSelected} == 'node-184' or in_array({$thread.thread_id}, array(17470, 16521, 17425 ,17427 ,17500 ,17497)) or {$contentTemplate} == 'forum_list'">
show content a specific page
</xen:if>

problem is no content showing with thread variable!!
 
Top Bottom