diff --git a/include/sidebar_login.php b/include/sidebar_login.php index 6d2cb94..7c50b0e 100644 --- a/include/sidebar_login.php +++ b/include/sidebar_login.php @@ -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(); diff --git a/index.php b/index.php index 1fa430d..26ce71a 100644 --- a/index.php +++ b/index.php @@ -38,7 +38,8 @@ if(!$_SESSION['current']->isLoggedIn()) $str_benefits -

So what are you waiting for, [login now]. Your help in +

So what are you waiting for, [log in] + or [register] now! Your help in stomping out Wine issues will be greatly appreciated.

"; } else {