diff options
Diffstat (limited to 'view/atom_cmnt.tpl')
-rw-r--r-- | view/atom_cmnt.tpl | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/view/atom_cmnt.tpl b/view/atom_cmnt.tpl deleted file mode 100644 index b70a6dc4e..000000000 --- a/view/atom_cmnt.tpl +++ /dev/null @@ -1,21 +0,0 @@ - <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" /> - </author> - - <thr:in-reply-to ref="$parent_id" /> - <id>$item_id</id> - <title>$title</title> - <published>$published</published> - <updated>$updated</updated> - <content type="$type" >$content</content> - <link rel="alternate" href="$alt" /> - <dfrn:comment-allow>$comment_allow</dfrn:comment-allow> - <as:verb>$verb</as:verb> - $actobj - $mentioned - </entry> - |