From 4270bba26701507ccd7ff5bc8ed892f423af4c2d Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 15 Feb 2003 02:58:34 +0000 Subject: [PATCH] Fixed navigation link to login page --- login/signup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5