diff --git a/html/user/create_account.php b/html/user/create_account.php index 8dfe3ca602..d1ce8394a0 100644 --- a/html/user/create_account.php +++ b/html/user/create_account.php @@ -5,9 +5,9 @@ include_once("util.inc"); include_once("login.inc"); include_once("prefs.inc"); -db_init(); - -page_head("Create Account"); +$project = db_init(); +$head = sprintf("Create User Account for %s", $project); +page_head("$head"); print_create_account_form(); page_tail();