Quote:
Originally posted by Odil
I have seen a hack for this for parts of the board that I wanted to place a differant hearder. I can't seem to find it here. Can anyone help me?
Odil
|
Install
Advanced Templates, then edit your header template and design it like this:
PHP Code:
[[((your conditional))]]
Your header 1 if this condition applies
[[/((your conditional))]]
[[(!(your conditional))]]
Your header 2 if this condition does NOT apply
[[/(!(your conditional))]]
You can add other conditionals too if you have more than 2 options..