aboutsummaryrefslogtreecommitdiff
path: root/templates/sidebar/link-widget.php
blob: 36cec486414ab488dafcc835fd925870f584710b (plain)
1
2
3
4
5
<ul class="sidebar-widget-links">
<? foreach ($elements as $index => $element): ?>
    <li id="<?= htmlReady($index) ?>"><?= $element->render() ?></li>
<? endforeach; ?>
</ul>