В шаблон EXTRA.css добавляем:
Код:
.thread_view .messageList a.avatar img,
.thread_view .quickReply a.avatar img,
.conversation_view .messageList a.avatar img,
.conversation_view .quickReply a.avatar img
{
width: 142px;
height: auto;
}
Код:
<xen:avatar user="$user" size="m" />
Код:
<xen:avatar user="$user" size="l" img="true" />