Show more register links. Make registration easier by showing a register link together with

the log in link on the front page and on the user menu.
This commit is contained in:
Alexander Nicolaysen Sørnes
2007-04-17 23:30:51 +00:00
committed by WineHQ
parent fbb784c2f5
commit 74c8fe502f
2 changed files with 4 additions and 2 deletions

View File

@@ -61,7 +61,8 @@ function global_sidebar_login() {
}
else
{
$g->add("Login", BASE."account.php?sCmd=login");
$g->add("Log in", BASE."account.php?sCmd=login");
$g->add("Register", BASE."account.php?sCmd=new");
}
$g->done();