]> git.mxchange.org Git - friendica.git/blob - view/atom_item.tpl
show lock state changes as recipients and groups are added/removed
[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                         <name>$owner_name</name>
9                         <uri>$owner_profile_page</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                 <as:verb>$verb</as:verb>
21                 $actobj
22
23         </entry>