aboutsummaryrefslogtreecommitdiff
path: root/app/views/course/courseware/courseware.php
blob: 6ececc077fafad3bf7fac9fcacfd23e8b39ffb75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<? 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) ?>"
        licenses='<?= htmlReady($licenses) ?>'
        feedback-settings='<?= htmlReady($feedback_settings) ?>'
        course-perms="<?= htmlReady($CoursePerms) ?>"
        >
    </div>
<? endif; ?>