aboutsummaryrefslogblamecommitdiffstats
path: root/view/atom_item.tpl
blob: 16581fc89777f4d2dae52804c835346384d0b0dc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11





                                                         




                                                                







                                                                       
	<entry>
		<author>
			<name>$name</name>
			<uri>$profile_page</uri>
			<dfrn:avatar>$thumb</dfrn:avatar>
		</author>
		<dfrn:owner>
			<dfrn:name>$owner_name</dfrn:name>
			<dfrn:uri>$owner_profile_page</dfrn:uri>
			<dfrn:avatar>$owner_thumb</dfrn:avatar>
		</dfrn:owner>

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