From: moodler Date: Sat, 15 Feb 2003 02:58:34 +0000 (+0000) Subject: Fixed navigation link to login page X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4270bba26701507ccd7ff5bc8ed892f423af4c2d;p=moodle.git Fixed navigation link to login page --- diff --git a/login/signup.php b/login/signup.php index ab8471120f..fd01e23e2e 100644 --- a/login/signup.php +++ b/login/signup.php @@ -46,7 +46,7 @@ $newaccount = get_string("newaccount"); $login = get_string("login"); - print_header($newaccount, $newaccount, "$login -> $newaccount", $focus); + print_header($newaccount, $newaccount, "$login -> $newaccount", $focus); include("signup_form.php"); print_footer();