Вход Регистрация
Файл: monst/core/file/user_panel.php
Строк: 63
<br/><br/>

<div style='background: #111; text-align: center;'>
    <a href='/main'>
        <div style='display: inline-block;'>
            <img src='/core/i/user_panel/city.jpg' alt='' class='icon'>
            <div class='icon_text'><?=$lang['user_panel.php']['city']?></div>
        </div>
    </a>

    <a href='/id<?=$user['id']?>'>
        <div style='display: inline-block;'>
            <img src='<? if (file_exists($HOME '/content/av/'.$user['id'].'.png') ) print '/content/av/'.$user['id'].'.png?'.filemtime($HOME '/content/av/'.$user['id'].'.png'); else print '/core/i/user_panel/charater.jpg'?>' alt='' class='icon'>
            <div class='icon_text'><?=$lang['user_panel.php']['character']?></div>
        </div>
    </a>

    <?
    
if ( !$user['clan_id'] ) {
        
?>
        <a href='/clan'>
            <div style='display: inline-block;'>
                <img src='/core/i/user_panel/clan.jpg' alt='' class='icon'>
                <div class='icon_text'><?=$lang['user_panel.php']['clan']?></div>
            </div>
        </a>
        <?
    
} else {
        
$clanicon '/core/i/user_panel/clan.jpg';
        if ( 
clanicon($clan['id']) ) {
            
$clanicon clanicon($clan['id']);
        }
        
?>
        <a href='/clan'>
            <div style='display: inline-block;'>
                <img src='<?=$clanicon?>' alt='' class='icon'>
                <div class='icon_text' style='font-size: 9px;'><?=$clan['name']?></div>
            </div>
        </a>

        <?
    
}
    
?>


</div>
Онлайн: 1
Реклама