MDL-19792 Converted all print_footer() calls

This commit is contained in:
nicolasconnault 2009-08-06 14:22:50 +00:00
parent 9314a6bea9
commit 033e4aff8c
4 changed files with 6 additions and 6 deletions

View file

@ -146,7 +146,7 @@ if (!empty($user)) {
if ($user->deleted) {
print_header();
echo $OUTPUT->heading(get_string('userdeleted'));
print_footer();
echo $OUTPUT->footer();
die;
}
@ -205,6 +205,6 @@ add_to_log($courseid, 'blog', 'view', 'index.php?filtertype='.$filtertype.'&
include($CFG->dirroot .'/blog/footer.php');
print_footer();
echo $OUTPUT->footer();
?>