This commit is contained in:
Krivchikov Dmitry 2015-09-25 18:02:38 +03:00
parent e7be752ceb
commit 5659d83398
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<img src="/img/avatars/<?= $user->id ?>.jpg"> <?= $user->nick ?> <img src="/img/avatars/<?= $user->id ?>.jpg"> <?= $user->nick ?>
</div> </div>
<div class="socialNetworks"> <div class="socialNetworks">
В социальных сетях: <a href="<?= $user->nick ?>" target="_blank"><img src="/img/social/<?= $user->network ?>.png" /></a> В социальных сетях: <a href="<?= $user->profile ?>" target="_blank"><img src="/img/social/<?= $user->network ?>.png" /></a>
<br/><br/> <br/><br/>
Создано точек: <b><?= $user->getPointsCount() ?></b> Создано точек: <b><?= $user->getPointsCount() ?></b>
</div> </div>