]> git.mxchange.org Git - friendica.git/blob - view/smarty3/diaspora_comment.tpl
Implement Smarty3
[friendica.git] / view / smarty3 / diaspora_comment.tpl
1 <XML>
2   <post>
3     <comment>
4       <guid>{{$guid}}</guid>
5       <parent_guid>{{$parent_guid}}</parent_guid>
6       <author_signature>{{$authorsig}}</author_signature>
7       <text>{{$body}}</text>
8       <diaspora_handle>{{$handle}}</diaspora_handle>
9     </comment>
10   </post>
11 </XML>