aboutsummaryrefslogtreecommitdiffstats
path: root/view/api_friends_xml.tpl
diff options
context:
space:
mode:
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>