diff options
author | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-16 21:46:24 +0100 |
---|---|---|
committer | jeroenpraat <jeroenpraat@xs4all.nl> | 2016-02-16 21:46:24 +0100 |
commit | f738902107b118e8edb444e4bec2f98b7c5ea97a (patch) | |
tree | 0e05067fd2317f60c2f26cc9dff2119855ef8c4d /mod/register.php | |
parent | 364972a2925ee9545364e53b79d5a3d50149119d (diff) | |
download | volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.tar.gz volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.tar.bz2 volse-hubzilla-f738902107b118e8edb444e4bec2f98b7c5ea97a.zip |
@hubdomain also for auto-create-channel + adding css wrapper (ongoing work)
Diffstat (limited to 'mod/register.php')
-rw-r--r-- | mod/register.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/register.php b/mod/register.php index 49b010cc7..411d34d64 100644 --- a/mod/register.php +++ b/mod/register.php @@ -246,6 +246,7 @@ function register_content(&$a) { '$label_name' => t('Channel Name'), '$help_name' => t('Enter your name'), '$label_nick' => t('Choose a short nickname'), + '$nick_hub' => '@' . str_replace(array('http://','https://','/'), '', get_config('system','baseurl')), '$nick_desc' => t('Your nickname will be used to create an easily remembered channel address (like an email address) which you can share with others.'), '$name' => $name, '$help_role' => t('Please choose a channel type (such as social networking or community forum) and privacy requirements so we can select the best permissions for you'), |