aboutsummaryrefslogtreecommitdiff
path: root/app/views/files/configure.php
blob: d4d50c70b8e3ab30a6bb692272f6e09994cefffc (plain)
1
2
3
4
5
6
7
8
<div class="file_select_possibilities">
<? foreach ($configure_urls as $url) : ?>
    <a href="<?= htmlReady($url['url']) ?>" data-dialog>
        <?= $url['icon']->asSvg(50) ?>
        <?= htmlReady($url['name']) ?>
    </a>
<? endforeach ?>
</div>