Log in

View Full Version : i need a help with some thing


Alexey?
05-28-2009, 04:29 PM
I have an ads that i want to show only at the index page,
how to do this?

EagleNick
05-28-2009, 05:34 PM
Wrap the ad code with the following conditional:
<if condition="THIS_SCRIPT == 'index'"> YOUR CODE HERE </if>

Alexey?
05-28-2009, 06:44 PM
tnx it worked