PDA

View Full Version : Condition that tells if on index page


KrisP
02-27-2007, 02:06 PM
I have a google ad shown on navbit www.thegame-online.de - but I would like to show another ad if the user is browsing the index page. Is there some kind of condition that tells if its the index page beeing browsed or not? so I can use it in a if-sentence..

Princeton
02-27-2007, 03:39 PM
<if condition="THIS_SCRIPT=='index'">
banner
</if>

KrisP
02-28-2007, 04:40 AM
Great, thanks it worked...