diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-14 23:03:23 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-14 23:03:23 -0700 |
commit | 43f8dd680234239f2cf6e0d62a12aa32aacf5b16 (patch) | |
tree | fdfe44d98b564123db10cdafc09c7f66339e6f89 /view/atom_item.tpl | |
parent | 4631a3c282228dff2681cd493f997d14c412fba5 (diff) | |
download | volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.tar.gz volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.tar.bz2 volse-hubzilla-43f8dd680234239f2cf6e0d62a12aa32aacf5b16.zip |
change atom templates
Diffstat (limited to 'view/atom_item.tpl')
-rw-r--r-- | view/atom_item.tpl | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/view/atom_item.tpl b/view/atom_item.tpl new file mode 100644 index 000000000..db2d7dfb5 --- /dev/null +++ b/view/atom_item.tpl @@ -0,0 +1,14 @@ + <entry> + <author> + <name>$name</name> + <uri>$profile_page</uri> + <dfrn:avatar>$thumb</dfrn:avatar> + </author> + + <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> |