PDA


View Full Version : Have a diferent header for the links page?


CSS59
07-23-2005, 02:16 AM
I want to have a different header on the /directory from the rest of the forums
How can this be done?

Brian
07-23-2005, 01:00 PM
Just edit your header template and add an if condition that looks something like this:
<if condition="VBA_SCRIPT == 'links_directory'">
Links header here
<else />
Forum header here
</if>

CSS59
07-23-2005, 01:54 PM
Do I insert the codes for the two headers where it sais "Link header here" and 'Forums Header here"?

Brian
07-23-2005, 02:13 PM
Yes, whatever you insert where it says 'Links header here' will be shown on your links pages, and then whatever is inserted where it says 'Forum header here' will be shown everywhere else.