]> git.mjollnir.org Git - moodle.git/commitdiff
Now the "content" rounded corners are "ID-entificable". Needed to
authorstronk7 <stronk7>
Mon, 3 Sep 2007 19:36:46 +0000 (19:36 +0000)
committerstronk7 <stronk7>
Mon, 3 Sep 2007 19:36:46 +0000 (19:36 +0000)
calculate some heights in the IMS resource type. Note it's only
the "content" id. All the rest of rounded boxes haven't IDs at all.

theme/custom_corners/footer.html
theme/custom_corners/header.html

index e21564d7d105b65e93600c91475e7574e2bfec39..0dbb6ae7bb17e0b4947e82dc56fea9d6569a1a62 100644 (file)
@@ -1,5 +1,5 @@
 
-<?php print_custom_corners_end(); ?>
+<?php print_custom_corners_end(false, 'content'); ?>
 </div> <!-- end div containerContent -->
 <!-- START OF FOOTER -->
 <?php global $CFG, $course; ?>
index ded3c3d2226bcd67aa5181680b5045688e4e1b14..929596c42ac76962d1388dddb4c1149472a0d61f 100644 (file)
@@ -90,4 +90,4 @@
 <?php } ?>
     <!-- END OF HEADER -->
 <div id="content">
-    <?php print_custom_corners_start(TRUE); ?>
+    <?php print_custom_corners_start(true, false, 'content'); ?>