PDA

View Full Version : Index only


Toopac
01-04-2009, 10:15 PM
What would the conditional be to show something on the index page only?

I have tried:

<if condition="(THIS_SCRIPT != 'index')">****<else />****</if>

However it does not work, I have VB 3.6.0

Any help is appreciated.

Dismounted
01-05-2009, 02:40 AM
<if condition="THIS_SCRIPT == 'index'">THIS ONLY SHOWS ON FORUMHOME</if>