
02-07-2009, 07:12 AM
|
 |
|
|
Join Date: Aug 2004
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MrEyes
Find this bit:
Code:
<img src="$message[avatarurl]" class="alt2 avatar"<if condition="$message['avatarwidth']"> width="$message[avatarwidth]"</if><if condition="$message['avatarheight']"> height="$message[avatarheight]"</if> border="0" alt="$message[username]" />
and replace with
Code:
<img src="$message[avatarurl]" class="alt2 avatar" border="0" alt="$message[username]" />
I haven't tested this, but it should work
|
Yep, it works fine. :up:
|