Файл: user/cover/inc/profileCoverMobile.php
Строк: 17
<link rel="stylesheet" type="text/css" href="/ajax/profileCover/styleMobile.css">
<div class="profileCoverWrapper">
<img src="/style/covers/<?= ($ank['profileCover'] ? $ank['profileCover'] : 'default') ?>.jpg" alt="" class="profileCoverImage">
<div class="profileCoverInfo">
<div class="profileCoverAvatar">
<?php
avatar($ank['id'], '150');
$a = mysql_fetch_array(mysql_query("SELECT * FROM `gallery_foto` WHERE `id_user`='$ank[id]' AND `avatar`='1' LIMIT 1"));
if (is_file(H . "sys/gallery/avatar/$a[id].$a[ras]")) {
} else {
if (isset($user) && $user['id'] == $ank['id']) {
echo "<div class='photo_block' style='margin-top: -6px;'><a href='/modules/foto/$ank[id]/' class='hint--top-right' data-hint='" . lang('Загрузите фото в альбом. В выбранном фото нажмите Сделать фотографией профиля') . "'><i class='fa fa-camera fa-fw'></i> " . lang('Загрузить') . "</a></div>";
}
}
?>
</div>
</div>
<?if (isset($user) && $ank['id'] == $user['id']):?><a href="/user/cover/select.php" class="profileCoverChange">Сменить</a><?endif?>
</div>