В админке/таблица стилей css ставим в самый низ код:
Code
-----/fieldset\----
a {color:#999999; text-decoration:none;}
a:hover {color:#555555; text-decoration:none;}
.img {margin:5px;}
legend { padding:3px; background-color:#3e3e3e; color:#d8d8d8; font:normal 10px Verdana; min-width:140px; }
fieldset {background-color:#f2f2f2; no-repeat top right;border:1px solid #000000; #000 dotted !important; border-left: 4px #8394B2 solid}
-----===/fieldset\===-----
Это в блок:
Code
<fieldset><legend>[b]Статистика[/b]</legend>
$COUNTER$
</fieldset>
<fieldset><legend>[b]Сейчас на сайте[/b]</legend>
<?if($ONLINE_COUNTER$)?>[hr]$ONLINE_COUNTER$$ONLINE_USERS_LIST$<?endif?>[hr]
</fieldset>
<fieldset><legend>[b]Посетившие за день[/b]</legend>
Тут ваш информер
</fieldset>