Log in

View Full Version : Conditional for navbar on index.php only?


yoyoyoyo
08-31-2005, 10:09 PM
Is there a way I can add a conditional so a phrase only appears in the navbar, under the welcome message/private messages notice, if they are viewing the index.php?

Andreas
08-31-2005, 10:18 PM
<if condition="THIS_SCRIPT == 'index'">
Your stuff here
</if>

yoyoyoyo
08-31-2005, 10:18 PM
<if condition="THIS_SCRIPT == 'index'">
Your stuff here
</if>

thanks much! :D