From 6af2a79e9078656f89ff68048ae460c3e1f27332 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 3 Aug 2010 19:05:07 -0700 Subject: [PATCH] fix rego page --- mod/register.php | 4 +++- view/register.tpl | 8 +++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mod/register.php b/mod/register.php index f74f571..fc7301d 100644 --- a/mod/register.php +++ b/mod/register.php @@ -230,7 +230,9 @@ function register_content(&$a) { $o = file_get_contents("view/register.tpl"); $o = replace_macros($o, array( - '$registertext' =>((x($a->config,'register_text'))? $a->config['register_text'] : "" ), + '$registertext' =>((x($a->config,'register_text')) + ? '
' . $a->config['register_text'] . '
' + : "" ), '$sitename' => $a->get_hostname() )); return $o; diff --git a/view/register.tpl b/view/register.tpl index 29da219..441015b 100644 --- a/view/register.tpl +++ b/view/register.tpl @@ -1,7 +1,9 @@

Registration

-
$registertext
+ + $registertext +
@@ -16,8 +18,8 @@

- You will use a unique nickname to identify yourself in our social network. This must begin with a text character. - Your profile identifier will then be 'nickname@$sitename'. + Choose a profile nickname. This must begin with a text character. + Your global profile locator will then be 'nickname@$sitename'.