wikipoints/views/randomPoint.php

15 lines
574 B
PHP

<!--googleoff: all-->
<!--noindex-->
<div class="row hideOnPrint">
<div class="col-md-12">
<h3 style="margin-top: 0;">Это интересно: <?= $randomPoint->name ?></h3>
<a href="/point/<?= $randomPoint->id ?>" class="randomPointAImg"><img src="<?= $randomPoint->getImg() ?>" style="width: 200px; height: 150px;"/></a>
<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-->