Log in

View Full Version : Different Banner for Different Forums


Abhik
09-27-2009, 06:00 PM
Hey guys..
I want to show different banners for different forums.
So, if I use the code below, will it do?

<if condition="in_array($forumid, array(X,Y,Z))">

<center>My Banner Code 1</center>

else

<center>My Banner Code 2</center>

</if>

And how can I use it as plugin and place the output in the desired template (Header, in this case to show everywhere in my forum)?