15 lines
564 B
PHP
15 lines
564 B
PHP
<!--googleoff: all-->
|
|
<!--noindex-->
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<a href="/point/<?= $randomPoint->id ?>" style="float: left; margin: 0 20px 0 0;"><img src="<?= $randomPoint->getImg() ?>" style="width: 200px;"/></a>
|
|
<h3 style="margin-top: 0;">Это интересно: <?= $randomPoint->name ?></h3>
|
|
<p>
|
|
<?= mb_substr($randomPoint->description, 0, 400, 'UTF-8') ?>…
|
|
<a class="" href="/point/<?= $randomPoint->id ?>" role="button"><nobr> читать далее »</nobr></a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<!--/noindex-->
|
|
<!--googleon: all-->
|