HTML Code:
<if condition="$show['messageicon'] OR $post['title']">
<!-- icon and title -->
<if condition="$FIRSTPOSTID == $post['postid']">
<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>
</if>
<hr size="1" color="$stylevar[tborder_bgcolor]" />
<!-- / icon and title -->
</if>