]> git.mxchange.org Git - friendica.git/blob - view/atom_item.tpl
8104cfaa5ade8aef3565522d1517c9cd42eeaffe
[friendica.git] / view / atom_item.tpl
1         <entry>
2                 <author>
3                         <name>$name</name>
4                         <uri>$profile_page</uri>
5                         <link rel="photo" type="image/jpeg" href="$thumb" />
6                 </author>
7                 <dfrn:owner>
8                         <dfrn:name>$owner_name</dfrn:name>
9                         <dfrn:uri>$owner_profile_page</dfrn:uri>
10                         <link rel="photo" type="image/jpeg" href="$owner_thumb" />
11                 </dfrn:owner>
12
13                 <id>$item_id</id>
14                 <title>$title</title>
15                 <published>$published</published>
16                 <updated>$updated</updated>
17                 <content type="$type" >$content</content>
18                 <dfrn:location>$location</dfrn:location>
19                 <dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
20         </entry>