ADD alt для картинок на странице точки
This commit is contained in:
parent
a27b7e8a62
commit
444f0d5a92
|
|
@ -47,7 +47,7 @@ $index = 0;
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<?php if ($photos): ?>
|
<?php if ($photos): ?>
|
||||||
<?php foreach ($photos as $photo): ?>
|
<?php foreach ($photos as $photo): ?>
|
||||||
<img data-thumb="/photos/small/<?= $photo->name ?>" src="/photos/big/<?= $photo->name ?>" data-caption="<?= $photo->getOriginalLink()?>">
|
<img data-thumb="/photos/small/<?= $photo->name ?>" src="/photos/big/<?= $photo->name ?>" data-caption="<?= $photo->getOriginalLink()?>" alt="<?= $point->name ?> на wikipoints.ru">
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<span data-thumb="/img/mapThumb.png">
|
<span data-thumb="/img/mapThumb.png">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue