mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Clossing the content div round corners properly.
This commit is contained in:
parent
fe1d2ce09d
commit
060323a0dd
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user