aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/atom_mail.tpl
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-03-28 21:13:18 +0000
committerThomas Willingham <founder@kakste.com>2013-03-28 21:13:18 +0000
commitc8852d455e77624baf9e6ac852c1176f45462e70 (patch)
tree9712a13a21f9bc407e5de5b7132b516d48c1b3be /view/tpl/atom_mail.tpl
parentca605a8c838b28e89c611e1063456afa82e2fb33 (diff)
downloadvolse-hubzilla-c8852d455e77624baf9e6ac852c1176f45462e70.tar.gz
volse-hubzilla-c8852d455e77624baf9e6ac852c1176f45462e70.tar.bz2
volse-hubzilla-c8852d455e77624baf9e6ac852c1176f45462e70.zip
Template clean up.
Diffstat (limited to 'view/tpl/atom_mail.tpl')
-rw-r--r--view/tpl/atom_mail.tpl17
1 files changed, 0 insertions, 17 deletions
diff --git a/view/tpl/atom_mail.tpl b/view/tpl/atom_mail.tpl
deleted file mode 100644
index bf7c3efc8..000000000
--- a/view/tpl/atom_mail.tpl
+++ /dev/null
@@ -1,17 +0,0 @@
-
-<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>
-