aboutsummaryrefslogtreecommitdiff
path: root/app/views/contents/courseware/courseware.php
blob: 338c6b2c7bdb4a030da04956326795bec3f3d4e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<? if (!$unitsNotFound): ?>
    <div
        id="courseware-index-app"
        entry-element-id="<?= htmlReady($entry_element_id) ?>"
        entry-type="users"
        entry-id="<?= htmlReady($user_id) ?>"
        unit-id="<?= htmlReady($unit_id) ?>"
        licenses='<?= htmlReady($licenses) ?>'
        >
    </div>
<? endif; ?>