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:
committed by
WineHQ
parent
fbb784c2f5
commit
74c8fe502f
@@ -62,6 +62,7 @@ function global_sidebar_login() {
|
||||
else
|
||||
{
|
||||
$g->add("Log in", BASE."account.php?sCmd=login");
|
||||
$g->add("Register", BASE."account.php?sCmd=new");
|
||||
}
|
||||
|
||||
$g->done();
|
||||
|
||||
@@ -38,7 +38,8 @@ if(!$_SESSION['current']->isLoggedIn())
|
||||
|
||||
$str_benefits
|
||||
|
||||
<p>So what are you waiting for, [<a href=\"account.php?sCmd=login\">login now</a>]. Your help in
|
||||
<p>So what are you waiting for, [<a href=\"account.php?sCmd=login\">log in</a>]
|
||||
or [<a href=\"account.php?sCmd=new\">register</a>] now! Your help in
|
||||
stomping out Wine issues will be greatly appreciated.</p>";
|
||||
} else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user