по рекомендации SEO поправил заголовок, убрав лишний повтор заголовка в крошках и дублирование темы. Последнее сделал в postbit_legacy, сразу после $template_hook[postbit_messagearea_start] выкинул
Код:
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<div class="smallfont">
<if condition="$show['messageicon']"><img class="inlineimg" src="$post[iconpath]" alt="$post[icontitle]" border="0" /></if>
<if condition="$post['title']"><strong>$post[title]</strong></if>
</div>
<hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>