additions
This commit is contained in:
parent
023dd993f6
commit
7ef0207cea
17
view/atom_mail.tpl
Normal file
17
view/atom_mail.tpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
<dfrn:mail>
|
||||
|
||||
<dfrn:sender>
|
||||
<dfrn:name>$owner_name</dfrn:name>
|
||||
<dfrn:uri>$owner_profile_page</dfrn:uri>
|
||||
<dfrn:avatar>$owner_thumb</dfrn:avatar>
|
||||
</dfrn:sender>
|
||||
|
||||
<dfrn:id>$item_id</dfrn:id>
|
||||
<dfrn:in-reply-to>$parent_id</dfrn:in-reply-to>
|
||||
<dfrn:sentdate>$created</dfrn:sentdate>
|
||||
<dfrn:subject>$subject</dfrn:subject>
|
||||
<dfrn:content>$content</dfrn:content>
|
||||
|
||||
</dfrn:mail>
|
||||
|
17
view/request_notify_eml.tpl
Normal file
17
view/request_notify_eml.tpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
Dear $myname,
|
||||
|
||||
You have just received a personal introduction at $sitename
|
||||
|
||||
from '$requestor'.
|
||||
|
||||
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
|
||||
|
||||
Regards,
|
||||
|
||||
$sitename administrator
|
Loading…
Reference in a new issue