Replace this:
Code:
<tr>
<td align="$stylevar[left]" valign="top" height="112"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
$header_advertisement
<!-- banners -->
</td>
</tr>
<tr>
<td height="34" colspan="2">
with this:
Code:
<tr>
<td align="$stylevar[left]" valign="top" height="112"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="center">$header_advertisement </td>
<td align="$stylevar[right]"><img src="$vboptions[cleargifurl]" width="200" alt="" /></td>
</tr>
<tr>
<td height="34" colspan="3">
and in that code change "200" to width of your logo image.