aboutsummaryrefslogtreecommitdiffstats
path: root/view/api_friends_xml.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-08-19 15:09:10 +0200
committerfabrixxm <fabrix.xm@gmail.com>2011-08-19 15:09:10 +0200
commitfc9c73da492f97c47ffa15601c2411f58b24c0d3 (patch)
tree8f1fec7e3a4a6f55300e376ec7d888e4313f9068 /view/api_friends_xml.tpl
parent62e939de52acbfbfab1af143b9da2e48d6f4fc27 (diff)
downloadvolse-hubzilla-fc9c73da492f97c47ffa15601c2411f58b24c0d3.tar.gz
volse-hubzilla-fc9c73da492f97c47ffa15601c2411f58b24c0d3.tar.bz2
volse-hubzilla-fc9c73da492f97c47ffa15601c2411f58b24c0d3.zip
API: missing template and small fix for hotot
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>