aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/courseware/courseware.php
blob: 5440c973f1405ae9b1587dfa65febed0fedd35ba (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(Config::get()->OERCAMPUS_ENABLED) ?>"
        licenses='<?= htmlReady($licenses) ?>'
        >
    </div>
<? endif; ?>