<div class="profile">
<?php echo "<div class=\"avatar\"><img src=\"".$steamprofile['avatarfull']."\"></div>";
echo "<ul><li style=\"width: 90px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
\">". $steamprofile['personaname'] ."</li><li style=\"display: inline-block;\"><a href=\"".$lang_menu."settings-page/\">".$msg['setting']."</a></li> <li style=\"display: none; margin-left: 10px;\"><a href=\"".$lang_menu."settings-page/\">Мои победы</a></li></ul>";
echo "<a href=\"steamauth/logout.php\" class=\"exit\">".$msg['exit']."</a>";
echo "<a href=\"".$lang_menu."#top\" class=\"togame\" onclick=\"yaCounter35054020.reachGoal('play'); return true;\">".$msg['play']."</a>";?>