Michael Morris
02-29-2004, 04:39 AM
Hello. I'm trying to figure out a way to change the logo used in the header depending on the forum the user is viewing. I want the same logo to appear regardless of the current style (I'm well aware that individual forums can have their own styles).
I think the best way to do this is to include the forum number in the filename of the .gif image that contains the logo. Hence
<img src="./images/logos/enworld[$vboptions(forum)].gif"> or something along those lines. Hence enworld1.gif would be for forum #1, enworld87.gif would be forum #87 and so on.
But what variable do I need to query in the header template to do this?
I think the best way to do this is to include the forum number in the filename of the .gif image that contains the logo. Hence
<img src="./images/logos/enworld[$vboptions(forum)].gif"> or something along those lines. Hence enworld1.gif would be for forum #1, enworld87.gif would be forum #87 and so on.
But what variable do I need to query in the header template to do this?