From 3f86f44df52d9aaeb59aca1fb7576f11f3053278 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 16 May 2013 01:54:57 -0700 Subject: convert all the remaining email templates to smarty --- view/en/request_notify_eml.tpl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'view/en/request_notify_eml.tpl') diff --git a/view/en/request_notify_eml.tpl b/view/en/request_notify_eml.tpl index ad118a673..d01b8ff27 100644 --- a/view/en/request_notify_eml.tpl +++ b/view/en/request_notify_eml.tpl @@ -1,17 +1,17 @@ -Dear $[myname], +Dear {{$myname}}, -You have just received a connection request at $[sitename] +You have just received a connection request at {{$sitename}} -from '$[requestor]'. +from '{{$requestor}}'. -You may visit their profile at $[url]. +You may visit their profile at {{$url}}. Please login to your site to view the complete introduction and approve or ignore/cancel the request. -$[siteurl] +{{$siteurl}} Regards, - $[sitename] administrator + {{$sitename}} administrator -- cgit v1.2.3