I currently using <if condition="THIS_SCRIPT == 'index'"></if> to show some info and was wondering how I can add more to it instead having the following:
PHP Code:
<if condition="THIS_SCRIPT == 'index'">
<if condition="THIS_SCRIPT == 'blog'">
<if condition="THIS_SCRIPT == 'groups'">
<if condition="THIS_SCRIPT == 'faq'">
So do I hide & show using multi THIS_SCRIPT in one php code?