mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-19813 Converted all print_footer() calls
This commit is contained in:
parent
0578c9a2a9
commit
867847e352
11 changed files with 16 additions and 29 deletions
|
@ -83,5 +83,5 @@ echo $OUTPUT->heading(get_string('addrandomquestiontoquiz', 'quiz', $quizname),
|
|||
$addonpage = optional_param('addonpage_form', 0, PARAM_SEQUENCE);
|
||||
$qcobject->display_randomquestion_user_interface($addonpage);
|
||||
|
||||
print_footer($course);
|
||||
echo $OUTPUT->footer();
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue