Это вставляем после $BODY$
Code
<script type="text/javascript">
e=document.getElementsByTagName("TD");
for(k=0;k<e.length;k++) {
if(e[k].className=='posttdMessage') {
s=e[k].innerHTML;
while (s.indexOf('[warning]') != -1) {
s=s.replace('[warning]','<TABLE style="width: 100%; border-collapse: collapse" align="" width="" summary="null"><TBODY><TR><TD style="letter-spacing: 0px; word-spacing: 0px; text-align: center; border-left-color: #696969; border-right-color: #696969; border-top-color: #696969; border-bottom-color: #696969; border-left-style: dotted; border-right-style: dotted; border-top-style: dotted; border-bottom-style: dotted; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; width: 47px" align="center"><IMG src="http://3aka4ka.net.ru/img/JS/2.png" alt="" border="0px"><BR></TD><TD style="letter-spacing: 0px; word-spacing: 0px; text-align: center; border-left-color: #696969; border-right-color: #696969; border-top-color: #696969; border-bottom-color: #696969; border-left-style: dotted; border-right-style: dotted; border-top-style: dotted; border-bottom-style: dotted; border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px" rowspan="1"><SPAN style="font-weight: 700">');
s=s.replace('[/warning]','</SPAN></TD></TR></TBODY></TABLE>');
e[k].innerHTML=s;
}}}
</script>
А это вставляем перед $_MESSAGE$
Code
<!-- BB 3aKa4Ka.NeT.Ru --><input title="Предупреждение!" value="warning" onclick="simpletag('warning','','','message','')" class="codeButtons" name="warning" style="width: 40px;" type="button"><!-- /BB 3aKa4Ka.NeT.Ru -->
Источник: 3aKa4Ka.NeT.Ru
При копировании ссылку на источник: 3aKa4Ka.NeT.Ru оказывать ОБЯЗАТЕЛЬНО!