http://pastebin.com/qHtAcr8F
something wrong with my logo...
see
PHP Code:
<center>
<if condition="$bbuserinfo[field10]">
<img src="images/header/$bbuserinfo[field10].png" border="0" width="1024" height="128" alt="$vboptions[bbtitle]" />
</if>
<if condition="empty($bbuserinfo['field10'])">
<img src="images/header/header17.png" border="0" width="1024" height="128" alt="$vboptions[bbtitle]" />
</if>
</center>