friendica/view/api_friends_xml.tpl
2011-08-19 15:09:10 +02:00

5 lines
105 B
Smarty

<users type="array">
{{for $users as $user }}
{{inc api_user_xml.tpl }}{{endinc}}
{{endfor}}
</users>