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:
urs_hunkler 2007-05-09 18:29:36 +00:00
parent 8986786c60
commit 132148ad2e

View File

@ -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>