I just added this to the bottom of postbit_legacy and now it works.
Code:
$spacer_open
<div style="padding:0px 0px $stylevar[cellpadding]px 0px">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<if condition="$vboptions[Adsense_Banner_setting_caption_onoff]">
<tr>
<td class="thead" align="left">$vboptions[Adsense_Banner_setting_caption]</td>
</tr>
</if>
<tr>
<td class="alt1" align="center">
$vboptions[Adsense_Banner_setting_text]
</if>
</td>
</tr>
</table>
</div>
$spacer_close
I had to remove the opening and closing "if" statements first.