the line mentioned there by Jeordie015 is actually correct, so there is nothing to do there. However, this line has a missing >
Code:
<!-- vbPlaza start -->
<center><div id="postmenu_$post[postid]" <if condition="$post['namestyle']">style="$post[namestyle]"</if>
<!-- vbPlaza end -->
it should be
Code:
<!-- vbPlaza start -->
<center><div id="postmenu_$post[postid]" <if condition="$post['namestyle']">style="$post[namestyle]"></if>
<!-- vbPlaza end -->