diff options
author | plegall <plg@piwigo.org> | 2014-07-25 12:40:34 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-25 12:40:34 +0000 |
commit | b97fcf2a2203a28ccba854215bf58d2129bd4c5b (patch) | |
tree | 43c837188a5483bda79d6c0d8509b340e4570d47 /include | |
parent | bf58209d7dd6cc0f53c2c4b34115dfec9574cfb8 (diff) |
feature 3105: display the link to Piwigo in connection settings notification email (option on register)
git-svn-id: http://piwigo.org/svn/trunk@29075 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include')
-rw-r--r-- | include/functions_user.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/functions_user.inc.php b/include/functions_user.inc.php index 54bbc1b35..f91f3f8fe 100644 --- a/include/functions_user.inc.php +++ b/include/functions_user.inc.php @@ -256,6 +256,8 @@ SELECT id get_l10n_args('Thank you for registering at %s!', $conf['gallery_title']), get_l10n_args('', ''), get_l10n_args('Here are your connection settings', ''), + get_l10n_args('', ''), + get_l10n_args('Link: %s', get_absolute_root_url()), get_l10n_args('Username: %s', stripslashes($login)), get_l10n_args('Password: %s', stripslashes($password)), get_l10n_args('Email: %s', $mail_address), |