mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-19789 Converted all print_footer() calls
This commit is contained in:
parent
119550a5b2
commit
3474860fa0
@ -82,7 +82,7 @@
|
||||
echo $OUTPUT->heading(get_string("nocoursesyet"));
|
||||
print_continue("$CFG->wwwroot/$CFG->admin/index.php");
|
||||
}
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -129,5 +129,5 @@
|
||||
print_simple_box_end();
|
||||
|
||||
//Print footer
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
@ -106,7 +106,7 @@
|
||||
print_header("$site->shortname: $strcourserestore", $site->fullname, $navigation);
|
||||
echo $OUTPUT->heading(get_string("nofilesselected"));
|
||||
print_continue("$CFG->wwwroot/$CFG->admin/index.php");
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -115,7 +115,7 @@
|
||||
print_header("$site->shortname: $strcourserestore", $site->fullname, $navigation);
|
||||
echo $OUTPUT->heading(get_string("restorecancelled"));
|
||||
print_continue("$CFG->wwwroot/course/view.php?id=".$id);
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
exit;
|
||||
}
|
||||
|
||||
@ -174,6 +174,6 @@
|
||||
print_simple_box_end();
|
||||
|
||||
//Print footer
|
||||
print_footer();
|
||||
echo $OUTPUT->footer();
|
||||
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user