PDA

View Full Version : Different Title Image (Logo) on vBadvanced and vBulletin


armkbdotcom
07-24-2004, 01:36 PM
Is this required a hack or I can do this through templates?

Brian
07-24-2004, 01:39 PM
You can just use an if condition in your header template...

<if condition="THIS_SCRIPT == 'adv_index'">
vBa Header Here
<else />
vB Header Here
</if>

Our Sponsors
 

armkbdotcom
07-24-2004, 04:26 PM
Thanks!