friendica/view/atom_cmnt.tpl

21 lines
605 B
Smarty
Raw Normal View History

2010-07-15 08:03:23 +02:00
<entry>
<author>
<name>$name</name>
<uri>$profile_page</uri>
<link rel="photo" type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
<link rel="avatar" type="image/jpeg" media:width="80" media:height="80" href="$thumb" />
2010-07-15 08:03:23 +02:00
</author>
<thr:in-reply-to ref="$parent_id" />
<id>$item_id</id>
<title>$title</title>
2010-07-16 10:26:42 +02:00
<published>$published</published>
2010-07-15 08:03:23 +02:00
<updated>$updated</updated>
2010-09-09 05:14:17 +02:00
<content type="$type" >$content</content>
<link rel="alternate" href="$alt" />
2010-07-15 08:03:23 +02:00
<dfrn:comment-allow>$comment_allow</dfrn:comment-allow>
2010-09-09 05:14:17 +02:00
<as:verb>$verb</as:verb>
$actobj
2010-07-15 08:03:23 +02:00
</entry>