MDL-9647 simplify dealing with headers/footers in admin sections; some more cleanup

fixed continue button in error() on admin page when link present
This commit is contained in:
skodak 2007-04-30 17:28:28 +00:00
parent 635773c604
commit bb4b3ea4f8
2 changed files with 7 additions and 22 deletions

View file

@ -43,11 +43,7 @@
echo '</td></tr></table>';
if ($course->id == SITEID) {
admin_externalpage_print_footer();
} else {
print_footer($course);
}
print_footer($course);
}
function html_header($course, $wdir, $formfield=""){