diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-09-08 20:14:17 -0700 |
commit | ffb1997902facb36b78a7cfa522f41f2b3d71cda (patch) | |
tree | e9fe47acf26c5fd2c742677f2610b60d3008eb26 /view/atom_item.tpl | |
parent | b49858b038a0a05bbe7685929e88071d0e125538 (diff) | |
download | volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.gz volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.tar.bz2 volse-hubzilla-ffb1997902facb36b78a7cfa522f41f2b3d71cda.zip |
mistpark 2.0 infrasturcture lands
Diffstat (limited to 'view/atom_item.tpl')
-rw-r--r-- | view/atom_item.tpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/view/atom_item.tpl b/view/atom_item.tpl index 8104cfaa5..d1eadb4af 100644 --- a/view/atom_item.tpl +++ b/view/atom_item.tpl @@ -5,8 +5,8 @@ <link rel="photo" type="image/jpeg" href="$thumb" /> </author> <dfrn:owner> - <dfrn:name>$owner_name</dfrn:name> - <dfrn:uri>$owner_profile_page</dfrn:uri> + <name>$owner_name</name> + <uri>$owner_profile_page</uri> <link rel="photo" type="image/jpeg" href="$owner_thumb" /> </dfrn:owner> @@ -17,4 +17,7 @@ <content type="$type" >$content</content> <dfrn:location>$location</dfrn:location> <dfrn:comment-allow>$comment_allow</dfrn:comment-allow> + <as:verb>$verb</as:verb> + $actobj + </entry> |