PDA

View Full Version : How to check when in homepage


soroush
10-28-2010, 08:48 PM
Hi,
I want to hide the navbar in the homepage, how could I check when in homepage from inside templates?

Thanks

YankForum
10-28-2010, 09:06 PM
this should work :
<if condition="THIS_SCRIPT != 'index'">This appears everywhere except forumhome</if>

soroush
10-29-2010, 06:28 AM
this should work :
<if condition="THIS_SCRIPT != 'index'">This appears everywhere except forumhome</if>

That do work. Thanks YankForum for your help, appreciated.