aboutsummaryrefslogtreecommitdiff
path: root/app/views/files/configure.php
blob: 5ab6eea1964eb91ae28b6777616c9628a48e8d84 (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']->asImg(50) ?>
        <?= htmlReady($url['name']) ?>
    </a>
<? endforeach ?>
</div>