New feature - registration page. Registration should be working,
but I'm still working on the server-side stuff. Look for the new button on the admin page.
This commit is contained in:
@@ -355,10 +355,15 @@
|
||||
}
|
||||
|
||||
print_table($table);
|
||||
|
||||
echo "<br><div align=center>";
|
||||
print_single_button("$CFG->wwwroot/doc", NULL, get_string("documentation"));
|
||||
echo "</div>";
|
||||
|
||||
echo "<br><div align=center>";
|
||||
print_single_button("register.php", NULL, get_string("registration"));
|
||||
echo "</div>";
|
||||
|
||||
print_heading("Moodle $CFG->release ($CFG->version)", "CENTER", 1);
|
||||
|
||||
print_footer($site);
|
||||
|
||||
Reference in New Issue
Block a user