FIX вывод подсказки

This commit is contained in:
Krivchikov Dmitry 2016-04-24 00:41:04 +03:00
parent d767e0d781
commit 95ee46483e
1 changed files with 1 additions and 1 deletions

View File

@ -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/>