aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/api_friends_xml.tpl
blob: e9c40293bb2a75456a0bfd8e020a5301a24daf68 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{{*
 *	AUTOMATICALLY GENERATED TEMPLATE
 *	DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
 *
 *}}
<users type="array">
	{{foreach $users as $user}}
	{{include file="api_user_xml.tpl"}}
	{{/foreach}}
</users>