Log in

View Full Version : forum home or other page


goranbaxy
08-01-2008, 08:04 AM
Hi, I need to insert some code, I have two peaces of code, one must be on forum home page, other on every other page but NOT on home page, how can I do that?

Opserty
08-01-2008, 08:27 AM
<if condition="THIS_SCRIPT == 'index'">
forum home page
<else />
NOT forum home page
</if>

Put it in your header/navbar/footer template or something.