aboutsummaryrefslogtreecommitdiffstats
path: root/view/en/follow_notify_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/follow_notify_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/follow_notify_eml.tpl')
-rw-r--r--view/en/follow_notify_eml.tpl10
1 files changed, 5 insertions, 5 deletions
diff --git a/view/en/follow_notify_eml.tpl b/view/en/follow_notify_eml.tpl
index 917024b84..ba07b19da 100644
--- a/view/en/follow_notify_eml.tpl
+++ b/view/en/follow_notify_eml.tpl
@@ -1,14 +1,14 @@
-Dear $[myname],
+Dear {{$myname}},
-You have a new follower at $[sitename] - '$[requestor]'.
+You have a new follower at {{$sitename}} - '{{$requestor}}'.
-You may visit their profile at $[url].
+You may visit their profile at {{$url}}.
Please login to your site to approve or ignore/cancel the request.
-$[siteurl]
+{{$siteurl}}
Regards,
- $[sitename] administrator
+ {{$sitename}} administrator