FIX
This commit is contained in:
parent
e964b77336
commit
4b6dc9821f
|
|
@ -22,7 +22,7 @@
|
||||||
</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;"/>
|
||||||
<?= mb_substr($item->description, 0, 400, 'UTF-8') ?> …
|
<?= mb_substr($item->description, 0, 400, 'UTF-8') ?> …
|
||||||
<a href="/article/<?= $item->id ?>">>>></a>
|
<a href="/point/<?= $item->id ?>">>>></a>
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue