mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE
This commit is contained in:
parent
220f149cfc
commit
9f7f1a74a0
48 changed files with 653 additions and 732 deletions
|
@ -87,10 +87,8 @@
|
|||
|
||||
echo '</td></tr></table>';
|
||||
|
||||
if (!empty($THEME->customcorners)) {
|
||||
print_custom_corners_end(false, 'content');
|
||||
}
|
||||
|
||||
echo '</div></div></body></html>'; // Close possible theme tables off
|
||||
// this is hack!
|
||||
print_container_end(); // container "content" started in header
|
||||
echo '</div></body></html>'; // close page div started in header
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue