aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/diaspora_like.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/diaspora_like.tpl')
-rw-r--r--view/tpl/smarty3/diaspora_like.tpl12
1 files changed, 12 insertions, 0 deletions
diff --git a/view/tpl/smarty3/diaspora_like.tpl b/view/tpl/smarty3/diaspora_like.tpl
new file mode 100644
index 000000000..b03aef37a
--- /dev/null
+++ b/view/tpl/smarty3/diaspora_like.tpl
@@ -0,0 +1,12 @@
+<XML>
+ <post>
+ <like>
+ <target_type>{{$target_type}}</target_type>
+ <guid>{{$guid}}</guid>
+ <parent_guid>{{$parent_guid}}</parent_guid>
+ <author_signature>{{$authorsig}}</author_signature>
+ <positive>{{$positive}}</positive>
+ <diaspora_handle>{{$handle}}</diaspora_handle>
+ </like>
+ </post>
+</XML>