1)ПУ --> Управление дизайном форума --> Вид материалов
2)Ищем там строчку:
Code
<?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?>
3) Заменяем ее на это:
Code
<div align="center">
<table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td width="17" background="http://bormoney.ru/images/forum_a.png" height="17">
</td>
<td background="http://bormoney.ru/images/forum_e.png" height="17">
</td>
<td width="17" background="http://bormoney.ru/images/forum_b.png" height="17">
</td>
</tr>
<tr>
<td width="17" background="http://bormoney.ru/images/forum_f.png">
</td>
<td>
<?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?>
</td>
<td width="17" background="http://bormoney.ru/images/forum_g.png">
</td>
</tr>
<tr>
<td width="17" background="http://bormoney.ru/images/forum_c.png" height="17">
</td>
<td background="http://bormoney.ru/images/forum_h.png" height="17">
</td>
<td width="17" background="http://bormoney.ru/images/forum_d.png" height="17">
</td>
</tr>
</tbody></table> </div>