diff options
Diffstat (limited to 'view/tpl/smarty3/atom_mail.tpl')
-rw-r--r-- | view/tpl/smarty3/atom_mail.tpl | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/view/tpl/smarty3/atom_mail.tpl b/view/tpl/smarty3/atom_mail.tpl deleted file mode 100644 index adf75a3e7..000000000 --- a/view/tpl/smarty3/atom_mail.tpl +++ /dev/null @@ -1,22 +0,0 @@ -{{* - * AUTOMATICALLY GENERATED TEMPLATE - * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN - * - *}} - -<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> - |