aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/courseware/courseware.php
blob: 1abb48a667fbf3e7d904b0c37d99d457b992db91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<? if (!$unitsNotFound): ?>
    <div
        id="courseware-index-app"
        entry-element-id="<?= htmlReady($entry_element_id) ?>"
        entry-type="courses"
        entry-id="<?= htmlReady(Context::getId()) ?>"
        unit-id="<?= htmlReady($unit_id) ?>"
        oer-enabled='<?= htmlReady($oer_enabled) ?>'
        licenses='<?= htmlReady($licenses) ?>'
        >
    </div>
<? endif; ?>