aboutsummaryrefslogtreecommitdiffstats
path: root/view/atom_item.tpl
blob: db2d7dfb5f8485f3f34449681d372b924a45782a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
	<entry>
		<author>
			<name>$name</name>
			<uri>$profile_page</uri>
			<dfrn:avatar>$thumb</dfrn:avatar>
		</author>

		<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>