friendica/view/atom_item.tpl

20 lines
484 B
Smarty
Raw Normal View History

2010-07-15 08:03:23 +02:00
<entry>
<author>
<name>$name</name>
<uri>$profile_page</uri>
<dfrn:avatar>$thumb</dfrn:avatar>
</author>
2010-07-16 15:24:41 +02:00
<dfrn:owner>
<dfrn:name>$owner_name</dfrn:name>
<dfrn:uri>$owner_profile_page</dfrn:uri>
<dfrn:avatar>$owner_thumb</dfrn:avatar>
</dfrn:owner>
2010-07-15 08:03:23 +02:00
<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>