aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/register_verify_eml.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-05-16 01:54:57 -0700
committerfriendica <info@friendica.com>2013-05-16 01:54:57 -0700
commit3f86f44df52d9aaeb59aca1fb7576f11f3053278 (patch)
treef837d9a185001d8ebe4783caa7feaf9a4c8119c6 /view/en/register_verify_eml.tpl
parentfe8632ab9d50bbd921a756f4d8c796f9e2e261d1 (diff)
downloadvolse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.tar.gz
volse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.tar.bz2
volse-hubzilla-3f86f44df52d9aaeb59aca1fb7576f11f3053278.zip
convert all the remaining email templates to smarty
Diffstat (limited to 'view/en/register_verify_eml.tpl')
-rw-r--r--view/en/register_verify_eml.tpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/view/en/register_verify_eml.tpl b/view/en/register_verify_eml.tpl
index c23de6a2a..85d9a12d3 100644
--- a/view/en/register_verify_eml.tpl
+++ b/view/en/register_verify_eml.tpl
@@ -1,24 +1,24 @@
-A new user registration request was received at $[sitename] which requires
+A new user registration request was received at {{$sitename}} which requires
your approval.
The login details are as follows:
-Site Location: $[siteurl]
-Login Name: $[email]
-IP Address: $[details]
+Site Location: {{$siteurl}}
+Login Name: {{$email}}
+IP Address: {{$details}}
To approve this request please visit the following link:
-$[siteurl]/regmod/allow/$[hash]
+{{$siteurl}}/regmod/allow/{{$hash}}
To deny the request and remove the account, please visit:
-$[siteurl]/regmod/deny/$[hash]
+{{$siteurl}}/regmod/deny/{{$hash}}
Thank you.