Quote:
Originally Posted by Amiga-uk
Hah.. Another request. Thanks loads to the people who've already helped me, btw
Okay, this one is for each individual forum to have a custom header file.. Im guessing it'd be an IF statement in the headerfile directing towards different templates for different forumid's, but a) im not sure if thats right, and b) i have no idea how to go about it.
So.. any help? Pretty please with sugar on top? 
|
I haven't tested it, but I think you can easily do this with conditionals:
<if condition="$_GET[forumid]==1">
yourheaderhere
</if>
<if condition="$_GET[forumid]==2">
yourheaderhere
</if>
<if condition="$_GET[forumid]==3">
yourheaderhere
</if>