MDL-12221 reworked container autoclosing - error() and notice() do not work everywhere though; notice print header if needed now; new print_footer('empty') for empty footer - removes some hacky </body></html> - merged from MOODLE_19_STABLE

This commit is contained in:
skodak
2007-12-14 21:22:38 +00:00
parent fd3b240bd0
commit d795bfdbf9
12 changed files with 137 additions and 90 deletions
+1 -3
View File
@@ -87,8 +87,6 @@
echo '</td></tr></table>';
// this is hack!
print_container_end(); // container "content" started in header
echo '</div></body></html>'; // close page div started in header
print_footer('empty');
?>