blob: 9de924d18f190db7adcdae636fcf3b352b82dcd5 (
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) ?>"
licenses='<?= htmlReady($licenses) ?>'
feedback-settings='<?= htmlReady($feedback_settings) ?>'
>
</div>
<? endif; ?>
|