This commit is contained in:
Krivchikov Dmitry 2015-12-05 11:33:14 +03:00
parent b45a6736d0
commit 7108c3e92a
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<div class="pointsWall">
<?php foreach ($favorites as $favorite): $point = $favorite->point;?>
<a href="/point/<?= $point->id ?>">
<div style="background-image: url('<?= $point->img ?>');" class="point">
<div style="background-image: url('<?= $point->getImg('middle') ?>');" class="point">
<span class="header">
<img src="<?= Category::getIcoById($point->categoryId) ?>" />
<?= $point->name ?>