FIX
This commit is contained in:
parent
e7be752ceb
commit
5659d83398
|
|
@ -7,7 +7,7 @@
|
|||
<img src="/img/avatars/<?= $user->id ?>.jpg"> <?= $user->nick ?>
|
||||
</div>
|
||||
<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/>
|
||||
Создано точек: <b><?= $user->getPointsCount() ?></b>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue