aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/diaspora_post.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/diaspora_post.tpl')
-rw-r--r--view/tpl/smarty3/diaspora_post.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/smarty3/diaspora_post.tpl b/view/tpl/smarty3/diaspora_post.tpl
new file mode 100644
index 000000000..abbcc4c61
--- /dev/null
+++ b/view/tpl/smarty3/diaspora_post.tpl
@@ -0,0 +1,11 @@
+<XML>
+ <post>
+ <status_message>
+ <raw_message>{{$body}}</raw_message>
+ <guid>{{$guid}}</guid>
+ <diaspora_handle>{{$handle}}</diaspora_handle>
+ <public>{{$public}}</public>
+ <created_at>{{$created}}</created_at>
+ </status_message>
+ </post>
+</XML> \ No newline at end of file