From 74c8fe502f6abcd668722f4bd34f95216e333539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Tue, 17 Apr 2007 23:30:51 +0000 Subject: [PATCH] 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. --- include/sidebar_login.php | 3 ++- index.php | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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 {