MDL-12221 custom themes revisited - implemented container concept; merged from MOODLE_19_STABLE

This commit is contained in:
skodak 2007-11-23 16:49:51 +00:00
parent 220f149cfc
commit 9f7f1a74a0
48 changed files with 653 additions and 732 deletions

View file

@ -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
?>