FIX
This commit is contained in:
parent
b45a6736d0
commit
7108c3e92a
|
|
@ -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 ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue