aboutsummaryrefslogtreecommitdiffstats
path: root/view/api_friends_xml.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-19 14:36:08 -0700
committerFriendika <info@friendika.com>2011-08-19 14:36:08 -0700
commit6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca (patch)
tree7bf9ea4cda139676b1114e9dc923de8652d76e06 /view/api_friends_xml.tpl
parent8e24db3ef5c0bd15aba50aa48fd4745fe7191dbb (diff)
parenta66f063e68c90aa66495cb56e074d03e00d742db (diff)
downloadvolse-hubzilla-6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca.tar.gz
volse-hubzilla-6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca.tar.bz2
volse-hubzilla-6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca.zip
Merge branch 'pull'
Diffstat (limited to 'view/api_friends_xml.tpl')
-rw-r--r--view/api_friends_xml.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/api_friends_xml.tpl b/view/api_friends_xml.tpl
new file mode 100644
index 000000000..0ea7eb13b
--- /dev/null
+++ b/view/api_friends_xml.tpl
@@ -0,0 +1,5 @@
+<users type="array">
+ {{for $users as $user }}
+ {{inc api_user_xml.tpl }}{{endinc}}
+ {{endfor}}
+</users>