 <div class="profile">
 <?if$USER_LOGGED_IN$?>
 <div class="pHello">, $USERNAME!<div style="float:right;padding-right:2px;" title="  ()">$TIME$</div></div>
 <table>
 <tr>
 <td>
 <img src="<?if$USER_AVATAR_URL$?>$USER_AVATAR_URL$<?else?>/geroine/no_avatar.jpg<?endif?>" title="$USERNAME$" style="width:48px !important;height:48px !important;padding:2px;background:#f5f5f5;border:1px solid #ddd;">
 </td>
 <td valign="top">
 <div class="pMenu">
 <a href="/index/8"></a> <br />
 <a href="http://css-on.ru/index/14">.(0)</a> <br />
 <a href="/index/11"></a> <br />
 <a href="/index/10"></a>
 </div>
 </td>
 </tr>
 </table>
 <?else?>$LOGIN_FORM$<?endif?>
 </div>