}
print_table($table);
echo '<div style="width:100%;text-align:center;"><input type="submit" value="' . get_string('savechanges'). '" /></div></form>';
-print_footer($course);
+echo $OUTPUT->footer();
?>
if ($user->deleted) {
print_header();
echo $OUTPUT->heading(get_string('userdeleted'));
- print_footer($course);
+ echo $OUTPUT->footer();
die;
}
}
/// and proper footer
- print_footer($course);
+ echo $OUTPUT->footer();
?>
if ($user->deleted) {
print_header();
echo $OUTPUT->heading(get_string('userdeleted'));
- print_footer($course);
+ echo $OUTPUT->footer();
die;
}
$userform->display();
/// and proper footer
- print_footer();
+ echo $OUTPUT->footer();
?>
print_box($strinvalidkey, 'center');
}
-print_footer('none');
+echo $OUTPUT->footer();
print_table($table);
echo "\n<div style=\"width:100%;text-align:center;\"><input type=\"submit\" value=\"".get_string('savechanges')."\" /></div>\n</form>\n";
-print_footer($course);
+echo $OUTPUT->footer();
?>
echo '<input type="submit" value="'.get_string('savechanges').'" />';
echo '</div></form>';
-print_footer($course);
+echo $OUTPUT->footer();
?>
print_header("$course->shortname: ".get_string('participants'), $course->fullname, $navigation, "", "", true, " ", navmenu($course));
echo $OUTPUT->heading(get_string("notingroup"));
- print_footer($course);
+ echo $OUTPUT->footer();
exit;
}
echo '<div id="showall"><a href="'.$perpageurl.'&perpage='.SHOW_ALL_PAGE_SIZE.'">'.get_string('showall', '', $matchcount).'</a></div>';
}
- print_footer($course);
+ echo $OUTPUT->footer();
if ($userlist) {
$userlist->close();
$optionsno = array('sesskey'=>sesskey());
notice_yesno($strpolicyagree, $linkyes, $linkno, $optionsyes, $optionsno);
- print_footer();
+ echo $OUTPUT->footer();
?>
print_table($table);
}
-print_footer();
+echo $OUTPUT->footer();
?>
}
print_table($table);
-print_footer();
+echo $OUTPUT->footer();
?>