aboutsummaryrefslogtreecommitdiffstats
path: root/view/atom_item.tpl
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-14 23:03:23 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-14 23:03:23 -0700
commit43f8dd680234239f2cf6e0d62a12aa32aacf5b16 (patch)
treefdfe44d98b564123db10cdafc09c7f66339e6f89 /view/atom_item.tpl
parent4631a3c282228dff2681cd493f997d14c412fba5 (diff)
downloadvolse-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.tpl14
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>