update email template to smarty (several more to go)
This commit is contained in:
parent
20d5985c0a
commit
92c5db0892
@ -1,9 +1,9 @@
|
|||||||
|
|
||||||
An account has been created at $[sitename] for this email address.
|
An account has been created at {{$sitename}} for this email address.
|
||||||
The login details are as follows:
|
The login details are as follows:
|
||||||
|
|
||||||
Site Location: $[siteurl]
|
Site Location: {{$siteurl}}
|
||||||
Login: $[email]
|
Login: {{$email}}
|
||||||
Password: (the password which was provided during registration)
|
Password: (the password which was provided during registration)
|
||||||
|
|
||||||
If this account was created without your knowledge and is not desired, you may
|
If this account was created without your knowledge and is not desired, you may
|
||||||
@ -11,9 +11,9 @@ visit this site and reset the password. This will allow you to remove the
|
|||||||
account from the links on the Settings page, and we
|
account from the links on the Settings page, and we
|
||||||
apologise for any inconvenience.
|
apologise for any inconvenience.
|
||||||
|
|
||||||
Thank you and welcome to $[sitename].
|
Thank you and welcome to {{$sitename}}.
|
||||||
|
|
||||||
Sincerely,
|
Sincerely,
|
||||||
$[sitename] Administrator
|
{{$sitename}} Administrator
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user