]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed navigation link to login page
authormoodler <moodler>
Sat, 15 Feb 2003 02:58:34 +0000 (02:58 +0000)
committermoodler <moodler>
Sat, 15 Feb 2003 02:58:34 +0000 (02:58 +0000)
login/signup.php

index ab8471120f4c7335d40103d74c06ebe0705435c6..fd01e23e2ebe6b1a31818e4c03dad9acf52ce994 100644 (file)
@@ -46,7 +46,7 @@
     $newaccount = get_string("newaccount");
     $login = get_string("login");
 
-       print_header($newaccount, $newaccount, "<A HREF=\".\">$login</A> -> $newaccount", $focus);
+       print_header($newaccount, $newaccount, "<A HREF=\"index.php\">$login</A> -> $newaccount", $focus);
        include("signup_form.php");
     print_footer();