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

View File

@ -22,7 +22,7 @@
</a>
<img src="<?= $item->getImg() ?>" style="width: 200px; float: left; margin: 0 10px 5px 0;"/>
<?= mb_substr($item->description, 0, 400, 'UTF-8') ?>
<a href="/article/<?= $item->id ?>">&gt;&gt;&gt;</a>
<a href="/point/<?= $item->id ?>">&gt;&gt;&gt;</a>
</div>
<?php endforeach;?>
</div>