Включите режим конструктора, создайте чистый блок и впишете во вкладку HTML следующий код:
Code
<div align="center"><strong>$WDAY$ <br> $DATE$ <br> $TIME$</strong>
<br>
<?if($USER_AVATAR_URL$)?><img class="userAvatar" title="$USERNAME$" src="$USER_AVATAR_URL$" border="0"><?else?><?if($USER_LOGGED_IN$)?><img class="userAvatar" title="$USERNAME$" src="ноу аватар" border="0"><?else?><img class="userAvatar" title="$USERNAME$" src="ноу аватар" border="0"><?endif?><?endif?>
<br>$LOGIN_FORM$
<?if($USER_LOGGED_IN$)?>
<div align="center">Вы вошли как: <strong>$USERNAME$</strong> <br>
Группа: <strong>$USER_GROUP$</strong> <a href="ссылка ваша">[?]</a> <br>
Ты здесь:<font color="#FF0000"><b>$USER_REG_DAYS$</b></font>-й день<br>
Личных сообщений:<strong>$UNREAD_PM$<br></strong>
</p>
<input class="buttonprofile" onclick="document.location.href='/index/8'; return false;" value="Профиль" type="button">
<?if($USER_LOGGED_IN$)?>
<input class="buttonprofile" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350'); return false;" value="ЛС" type="button">
<?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://src.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0">
<?endif?><?endif?>
<input class="buttonprofile" onclick="document.location.href='$LOGOUT_LINK$'; return false;" value="Выход" type="button">
</div>
<?endif?>
в Таблицу стилей CSS:
Code
.buttonprofile {border: 1px solid #799DC4; padding : 5px; text-align: left; color: #0D2938;}