echo $OUTPUT->heading(get_string("nocoursesyet"));
print_continue("$CFG->wwwroot/$CFG->admin/index.php");
}
- print_footer();
+ echo $OUTPUT->footer();
exit;
}
print_simple_box_end();
//Print footer
- print_footer();
+ echo $OUTPUT->footer();
?>
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;
}
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;
}
print_simple_box_end();
//Print footer
- print_footer();
+ echo $OUTPUT->footer();
?>