diff options
Diffstat (limited to 'templates/welcome_mail.tpl')
| -rw-r--r-- | templates/welcome_mail.tpl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/welcome_mail.tpl b/templates/welcome_mail.tpl index 0df9c8e..1c8bc0e 100644 --- a/templates/welcome_mail.tpl +++ b/templates/welcome_mail.tpl @@ -1,10 +1,10 @@ -{tr}Hi{/tr} {$mail_user}, +{tr}Hi {$mail_user}, -{tr}Welcome to{/tr} {$siteName}! +Welcome to {$siteName}! -{tr}To login, visit{/tr} http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php +To login, visit http://{$mail_site}{$smarty.const.USERS_PKG_URL}login.php -{tr}Your login email is:{/tr} {$mailEmail} -{tr}Your password is:{/tr} {$mailPassword} +Your login email is: {$mailEmail} +Your password is: {$mailPassword} -{tr}Enjoy the site!{/tr} +Enjoy the site!{/tr} |
