aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/api_friends_xml.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/api_friends_xml.tpl')
-rw-r--r--view/tpl/smarty3/api_friends_xml.tpl5
1 files changed, 5 insertions, 0 deletions
diff --git a/view/tpl/smarty3/api_friends_xml.tpl b/view/tpl/smarty3/api_friends_xml.tpl
new file mode 100644
index 000000000..f2a7234d1
--- /dev/null
+++ b/view/tpl/smarty3/api_friends_xml.tpl
@@ -0,0 +1,5 @@
+<users type="array">
+ {{foreach $users as $user}}
+ {{include file="api_user_xml.tpl"}}
+ {{/foreach}}
+</users>