I think there's a better way to write this:
Is there a way to do a condition something like <if this_script IN ('thispage','thatpage','otherpage')> ?
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' OR THIS_SCRIPT == 'online' OR THIS_SCRIPT == 'faq' OR THIS_SCRIPT == 'calendar'">
Comment