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