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:
moodler
2003-05-12 11:30:19 +00:00
parent a0deb5db60
commit fe930cf3ca
2 changed files with 126 additions and 0 deletions
+5
View File
@@ -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);