diff options
Diffstat (limited to 'view/atom_cmnt.tpl')
-rw-r--r-- | view/atom_cmnt.tpl | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/view/atom_cmnt.tpl b/view/atom_cmnt.tpl new file mode 100644 index 000000000..fb96fd918 --- /dev/null +++ b/view/atom_cmnt.tpl @@ -0,0 +1,15 @@ + <entry> + <author> + <name>$name</name> + <uri>$profile_page</uri> + <dfrn:avatar>$thumb</dfrn:avatar> + </author> + + <thr:in-reply-to ref="$parent_id" /> + <id>$item_id</id> + <title>$title</title> + <updated>$updated</updated> + <content>$content</content> + <dfrn:comment-allow>$comment_allow</dfrn:comment-allow> + </entry> + |