Hi all,
I've attempted to concatenate two THIS_SCRIPTs like this
HTML Code:
<if condition="THIS_SCRIPT != 'subscription' or THIS_SCRIPT != 'search'">
but it doesn't appear to work?
Is that the correct way?
--------------- Added [DATE]1333234232[/DATE] at [TIME]1333234232[/TIME] ---------------
For some strange reason i changed it to this
HTML Code:
<if condition="THIS_SCRIPT != 'subscription' AND THIS_SCRIPT != 'search'">
and it works!? wonder why it wouldn't work with OR?