Log in

View Full Version : If forumhome variable


Mupetz
06-28-2007, 09:32 PM
Hello,

This may sound stupid :)

What is the variable to show something only on forumhome ?
(navbar template use)

Guest190829
06-28-2007, 09:42 PM
Hello,

This may sound stupid :)

What is the variable to show something only on forumhome ?
(navbar template use)


<if condition="THIS_SCRIPT == 'index'">

</if>

Mupetz
06-28-2007, 09:49 PM
Thank you, fast reply.

Respect