Kinda related to this, so this looks like a good place to ask.
Anyone know the syntax to replace a lot of OR's with something like:
IF THIS_SCRIPT IN ('name1','name2','name3')
Instead of:
Code:
<if condition="THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'forumdisplay' OR THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'member' OR THIS_SCRIPT == 'memberlist' OR THIS_SCRIPT == 'search'">