]> git.mjollnir.org Git - moodle.git/commitdiff
added/changed custom corners lib and calls to add the necessary divs
authorurs_hunkler <urs_hunkler>
Wed, 9 May 2007 18:29:36 +0000 (18:29 +0000)
committerurs_hunkler <urs_hunkler>
Wed, 9 May 2007 18:29:36 +0000 (18:29 +0000)
The SCORM course makes big problems because the  scorm content is absolutely positioned. All surrounding divs collapse.

mod/scorm/player.php

index 7790dad0f7ef4cc11d9da667e4cbb59587a67a8f..fc5e3412b9e95be38aebdd64efc8267eca86286b 100755 (executable)
             </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>