diff options
Diffstat (limited to 'view/tpl/api_friends_xml.tpl')
-rwxr-xr-x[-rw-r--r--] | view/tpl/api_friends_xml.tpl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/view/tpl/api_friends_xml.tpl b/view/tpl/api_friends_xml.tpl index 0ea7eb13b..e9c40293b 100644..100755 --- a/view/tpl/api_friends_xml.tpl +++ b/view/tpl/api_friends_xml.tpl @@ -1,5 +1,10 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} <users type="array"> - {{for $users as $user }} - {{inc api_user_xml.tpl }}{{endinc}} - {{endfor}} + {{foreach $users as $user}} + {{include file="api_user_xml.tpl"}} + {{/foreach}} </users> |