aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/topics/_topiclist.php
blob: 90b45ed1cd10c96f2af5ca789c4bcc4bad963134 (plain)
1
2
3
4
5
6
<? foreach ($topics as $topic) : ?>
<label>
    <input type="checkbox" name="topic[<?= htmlReady($topic->getId()) ?>]" value="1" checked>
    <?= htmlReady($topic['title']) ?>
</label>
<? endforeach ?>