]> git.mxchange.org Git - friendica.git/blob - view/atom_cmnt.tpl
clean up some regex's for i18n, and eliminate old ereg patterns.
[friendica.git] / view / atom_cmnt.tpl
1         <entry>
2                 <author>
3                         <name>$name</name>
4                         <uri>$profile_page</uri>
5                         <link rel="photo"  type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
6                         <link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
7                 </author>
8
9                 <thr:in-reply-to ref="$parent_id" />
10                 <id>$item_id</id>
11                 <title>$title</title>
12                 <published>$published</published>
13                 <updated>$updated</updated>
14                 <content type="$type" >$content</content>
15                 <link rel="alternate" href="$alt" />
16                 <dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
17                 <as:verb>$verb</as:verb>
18                 $actobj
19                 $mentioned
20         </entry>
21