aboutsummaryrefslogtreecommitdiffstats
path: root/view/atom_cmnt.tpl
blob: 1d00fd15815b49cca9a2f549c9c5018cf814d417 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
	<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>
		<published>$published</published>
		<updated>$updated</updated>
		<content>$content</content>
		<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
	</entry>