aboutsummaryrefslogtreecommitdiffstats
path: root/view/atom_cmnt.tpl
blob: fb96fd918e45c61bc798f01fbdebf0d13a30bbd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>