FIX вывод подсказки
This commit is contained in:
parent
d767e0d781
commit
95ee46483e
|
|
@ -254,7 +254,7 @@ $index = 0;
|
|||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h3 style="margin-top: 0;">Поблизости расположены:</h3>
|
||||
<?php foreach ($closestPoints as $cPoint): ?><a href="/point/<?= $cPoint->id ?>" class="pagePoinsNearCards"><?php if($cPoint->categoryId == 26):?><div class="excursionMarker"><img src="/ico/flag-export.png"> ЭКСКУРСИЯ</div><?php endif;?><img src="<?= $cPoint->getImg() ?>" title="<?= $cPoint->name ?>" class="pagePoinsNearCardsImg"/></a><?php endforeach; ?>
|
||||
<?php foreach ($closestPoints as $cPoint): ?><a href="/point/<?= $cPoint->id ?>" class="pagePoinsNearCards"><?php if($cPoint->categoryId == 26):?><div class="excursionMarker" title="<?= $cPoint->name ?>"><img src="/ico/flag-export.png"> ЭКСКУРСИЯ</div><?php endif;?><img src="<?= $cPoint->getImg() ?>" title="<?= $cPoint->name ?>" class="pagePoinsNearCardsImg"/></a><?php endforeach; ?>
|
||||
</div>
|
||||
</div>
|
||||
<hr/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue