aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/atom_mail.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/atom_mail.tpl')
-rw-r--r--view/tpl/smarty3/atom_mail.tpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/view/tpl/smarty3/atom_mail.tpl b/view/tpl/smarty3/atom_mail.tpl
new file mode 100644
index 000000000..9b843f585
--- /dev/null
+++ b/view/tpl/smarty3/atom_mail.tpl
@@ -0,0 +1,17 @@
+
+<dfrn:mail>
+
+ <dfrn:sender>
+ <dfrn:name>{{$name}}</dfrn:name>
+ <dfrn:uri>{{$profile_page}}</dfrn:uri>
+ <dfrn:avatar>{{$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>
+