FIX блин

This commit is contained in:
Krivchikov Dmitry 2015-10-17 19:54:08 +03:00
parent 4b6dc9821f
commit b9af0e2d91
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
<div class="col-md-5"> <div class="col-md-5">
<?php foreach ($points as $item) : ?> <?php foreach ($points as $item) : ?>
<div style="margin: 3px; padding: 3px"> <div style="margin: 3px; padding: 3px">
<a href="/article/<?= $item->id ?>"> <a href="/point/<?= $item->id ?>">
<h4><?= $item->name ?></h4> <h4><?= $item->name ?></h4>
</a> </a>
<img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/> <img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/>