]> git.mjollnir.org Git - moodle.git/commitdiff
Clossing the content div round corners properly.
authorstronk7 <stronk7>
Mon, 3 Sep 2007 19:41:55 +0000 (19:41 +0000)
committerstronk7 <stronk7>
Mon, 3 Sep 2007 19:41:55 +0000 (19:41 +0000)
mod/resource/type/ims/resource.class.php

index a56f3286480705de0c2e37d02af6cff2c8c298eb..19f2ec7fadaa8d658b1d658ed0d278927080e439 100644 (file)
@@ -488,7 +488,7 @@ class resource_ims extends resource_base {
         /// because it's impossible to use print_footer() to print NOTHING
         /// Added programatic support to customcorners themes.
             if (!empty($THEME->customcorners)) {
-                print_custom_corners_end();
+                print_custom_corners_end(false, 'content');
             }
             echo '</div></div></body></html>'; /// Close everything.