FIX
This commit is contained in:
parent
b45a6736d0
commit
7108c3e92a
|
|
@ -14,7 +14,7 @@
|
||||||
<div class="pointsWall">
|
<div class="pointsWall">
|
||||||
<?php foreach ($favorites as $favorite): $point = $favorite->point;?>
|
<?php foreach ($favorites as $favorite): $point = $favorite->point;?>
|
||||||
<a href="/point/<?= $point->id ?>">
|
<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">
|
<span class="header">
|
||||||
<img src="<?= Category::getIcoById($point->categoryId) ?>" />
|
<img src="<?= Category::getIcoById($point->categoryId) ?>" />
|
||||||
<?= $point->name ?>
|
<?= $point->name ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue