Lynne,
I am trying to set up a tab, and link it to a forum, basically a section kind like how Vbulletin.org has it. However, when I try to set an array on forums inside the sub, it wont highlight.
Here is my condition I have set.
Code:
if (in_array($forum['forumid'], array(13,22)))
--------------- Added [DATE]1261123033[/DATE] at [TIME]1261123033[/TIME] ---------------
Nevermind...lol figured it out.
If anyone else needs this the code is:
Code:
if (in_array($foruminfo['forumid'], array(13,22,35,19,24,59,60,93,94,36,61,62,21)))