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