ok - found this:
postbit_advertisement
PHP Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="margin-top:6px;">
<tr>
<td class="thead" style="line-height:1.5em;">
<if condition="$GLOBALS[removeads] != ''">
<div>
$GLOBALS[removeads]
</div>
</if>
$vboptions[adintegrate_adtitle]
</td>
</tr>
$postbit_adintegrate_asuser
<tr>
<td class="alt1" style="text-align:center;">
<div>
$postbit_adcode
</div>
</td>
</tr>
</table>
Is that the template you're looking for?