template.php 144 Bytes RawBlameHistoryPermalink 1 2 3 <? foreach($arResult as $item): ?> <a href="<?= $item["LINK"] ?>" class="sitemap-links-sub-item"><?= $item["TEXT"] ?></a> <? endforeach ?>