aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/api_friends_xml.tpl
blob: ba4f2f40685850379a01169fc94ed5e6cd2f92fd (plain) (blame)
1
2
3
4
5
6
7
8
9
{{*
 *	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>