ok I used the code but am wanting the logo to be in more then one forum ID.
there a possibility to check an array of forum IDs?
I have 6 different logos that each one has about 50 subforums each one needs to go in.
Code:
<!-- logo -->
<a name="top"></a>
<table border="0" height="118" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="http://www.mysite.com/">
<img src="
<if condition="$foruminfo['forumid'] == 1,?,?,?,?,?">images/evid_blue/gradients/SXS411.PNG<else />
<if condition="$foruminfo['forumid'] == 2,?,?,?,?">images/evid_blue/gradients/Teryx411.PNG<else />
<if condition="$foruminfo['forumid'] == 3,?,?,?,?">images/evid_blue/gradients/RZR411.PNG<else />
<if condition="$foruminfo['forumid'] == 4,?,?,?,?">images/evid_blue/gradients/Prowler411.PNG<else />
<if condition="$foruminfo['forumid'] == 5,?,?,?,?">images/evid_blue/gradients/Commander411.PNG<else />
<if condition="$foruminfo['forumid'] == 6,?,?,?,?">images/evid_blue/gradients/BigRed411.PNG<else />
$stylevar[titleimage]</if></if>" border="0" alt="$vboptions[bbtitle]" /></a></td>