aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_comment.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/diaspora_comment.tpl')
-rw-r--r--view/tpl/diaspora_comment.tpl11
1 files changed, 11 insertions, 0 deletions
diff --git a/view/tpl/diaspora_comment.tpl b/view/tpl/diaspora_comment.tpl
new file mode 100644
index 000000000..27ec3dffc
--- /dev/null
+++ b/view/tpl/diaspora_comment.tpl
@@ -0,0 +1,11 @@
+<XML>
+ <post>
+ <comment>
+ <guid>{{$guid}}</guid>
+ <parent_guid>{{$parent_guid}}</parent_guid>
+ <author_signature>{{$authorsig}}</author_signature>
+ <text>{{$body}}</text>
+ <diaspora_handle>{{$handle}}</diaspora_handle>
+ </comment>
+ </post>
+</XML> \ No newline at end of file