I'm using with the following conditional but not working:
PHP:
Читать далее...
PHP:
Код:
!$forum.node_id == 65
!in_array($forum.node_id, [65])
$forum.node_id != 65
Читать далее...