Новый вид для информера последних комментариев.
Создаем информер, с такими параметрами:
Каталог файлов - Количество материалов: (сколько хотите) - Количество колонок:1 - Максимальная длина текста комментария:0
Вставляем это код в информер:
Code
<div class="$CLASS$"><div class="eTitle"><span style="font-size: 8pt;"><a href="$ENTRY_URL$">$ENTRY_TITLE$</a></span></div><table cellpadding="0" cellspacing="0" width="100%"><tr>
<td height="100%" width="13%"><div id="img_b"><img src="$USER_AVATAR_URL$" style="height:35px; width:35px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;" width="42" height="42" /></span></td>
<td height="100%" width="87%">$USERNAME$ сказал(а):<br><hr><div class="cMessage">$MESSAGE$</div></td>
</tr>
</table>
<br></div><br>
<style>
#img_b img {
width:100%px;
height:100%px;
margin:0 7px 8px 0;
box-shadow:0px 0px 3px #b971b1;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
}
#img_b img:hover {
box-shadow:0px 0px 3px #1494d8;
cursor:pointer;
}
.manFlaEmail {margin-bottom:5px;}
</style>