From: urs_hunkler <urs_hunkler> Date: Wed, 9 May 2007 18:29:36 +0000 (+0000) Subject: added/changed custom corners lib and calls to add the necessary divs X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=132148ad2e240b8f4999db740989354c43faae3f;p=moodle.git 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. --- diff --git a/mod/scorm/player.php b/mod/scorm/player.php index 7790dad0f7..fc5e3412b9 100755 --- a/mod/scorm/player.php +++ b/mod/scorm/player.php @@ -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>