aboutsummaryrefslogtreecommitdiff
path: root/templates/helpbar/tour-widget.php
blob: 67e943dcf970dd5076ec214619bb3eb0bee3e317 (plain)
1
2
3
4
5
6
7
8
<h3><?= _('Hilfe-Touren') ?></h3>
<ul class="help-tours">
<? foreach ($elements as $element): ?>
    <li>
        <?= $element->render() ?>
    </li>
<? endforeach; ?>
</ul>