Code:
<if+condition="$post['replylink'] AND $show['multiquote']">
<img+src="$stylevar[imgdir_misc]/mq_img_off.gif"+alt="$vbphrase[multiquote]"+border="0"+width="21"+height="15"+name="multiquote_$post[postid]"+id="multiquote_$post[postid]"+onclick="toggleMultiQuote($post[postid],+this)"+style="cursor:pointer"+/>
</if>
Invalid template content - Eventually found it

Change:
Code:
<if condition="$post['replylink'] AND $show['multiquote']">
to:
Code:
<if condition="$show['replylink'] AND $show['multiquote']">
Satan