]> git.mxchange.org Git - friendica.git/blob - view/atom_cmnt.tpl
more post branch bug fixes
[friendica.git] / view / atom_cmnt.tpl
1         <entry>
2                 <author>
3                         <name>$name</name>
4                         <uri>$profile_page</uri>
5                         <dfrn:avatar>$thumb</dfrn:avatar>  
6                 </author>
7
8                 <thr:in-reply-to ref="$parent_id" />
9                 <id>$item_id</id>
10                 <title>$title</title>
11                 <published>$published</published>
12                 <updated>$updated</updated>
13                 <content>$content</content>
14                 <dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
15         </entry>
16