mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
added/changed custom corners lib and calls to add the necessary divs
The SCORM course makes big problems because the scorm content is absolutely positioned. All surrounding divs collapse.
This commit is contained in:
parent
8986786c60
commit
132148ad2e
@ -282,6 +282,10 @@
|
||||
</div> <!-- SCORM object -->
|
||||
</div> <!-- SCORM box -->
|
||||
</div> <!-- SCORM content -->
|
||||
<?php if (!empty($THEME->customcorners)) {
|
||||
require_once($CFG->dirroot.'/lib/custom_corners_lib.php');
|
||||
print_custom_corners_end();
|
||||
} ?>
|
||||
</div> <!-- Content -->
|
||||
</div> <!-- Page -->
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user