Now the "content" rounded corners are "ID-entificable". Needed to

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.
This commit is contained in:
stronk7
2007-09-03 19:36:46 +00:00
parent e62148d600
commit fe1d2ce09d
2 changed files with 2 additions and 2 deletions
+1 -1
View 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; ?>
+1 -1
View 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'); ?>