]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_comment_relay.tpl
template engine rework
[friendica.git] / view / smarty3 / diaspora_comment_relay.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <XML>
7   <post>
8     <comment>
9       <guid>{{$guid}}</guid>
10       <parent_guid>{{$parent_guid}}</parent_guid>
11       <parent_author_signature>{{$parentsig}}</parent_author_signature>
12       <author_signature>{{$authorsig}}</author_signature>
13       <text>{{$body}}</text>
14       <diaspora_handle>{{$handle}}</diaspora_handle>
15     </comment>
16   </post>
17 </XML>