PDA

View Full Version : Static header on portal only


Schnee
06-15-2009, 03:40 AM
Hi there,

We would like to have the header image on our portal stay as the same image always, while maintaining our current system of having changing banners on the forum.

I looked in the templates on I am not able to determine where I would change the code for the header?

Thanks for any help.

Brian
06-16-2009, 12:19 PM
You'd just need to use an <if> tag in your header.

<if condition="THIS_SCRIPT == 'adv_index'">
Static CMPS image here
<else />
Forum rotating banner code here
</if>