PDA


View Full Version : Finding this particular spot....


banuchi2
04-22-2005, 11:43 AM
I would like to place a banner on my homepage just under the navbar on the main page ONLY....the vBadvanced CMPS mainpage. I don't want it to appear on the forum pages and I don't want it in a module. Just under the navbar. Could you please tell me where I can find this spot in the code to place my ad. Thanks.

Brian
04-22-2005, 01:20 PM
Just add this to your navbar template:

<if condition="THIS_SCRIPT == 'adv_index'">
Banner code here.
</if>