Could someone please shed some light on the differences in the lines below?
I'm looking to use a version of these in FORUMDISPLAY and SHOWTHREAD
Code:
<if condition="in_array($forumid, array(5,6))"> <if condition="in_array($forum['forumid'], array(5,6))"> <if condition="in_array($GLOBALS[forumid], array(5,6))">
Comment