PDA

View Full Version : Changing the header template


2thumbsup
07-10-2004, 03:49 PM
I want the header template to be different on my portal page and my forum page, so I made a new template called portalheader. How can I change the portal to access that template instead of the default header template?

Brian
07-10-2004, 03:57 PM
Just edit your default header template and use an if condition.

<if condition="THIS_SCRIPT == 'adv_index'">

Portal Header Content Here

<else />

Normal Forum Header Here

</if>

;)

Our Sponsors
 

2thumbsup
07-10-2004, 04:13 PM
Thanks, 1 more question if you read it. The background isn't showing up, where would I define that?

NM, got it.