friendica/view/templates/api_friends_xml.tpl

13 lines
251 B
Smarty

{{*
* AUTOMATICALLY GENERATED TEMPLATE
* DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
*
*}}
<!-- TEMPLATE APPEARS UNUSED -->
<users type="array">
{{foreach $users as $u}}
{{include file="api_user_xml.tpl" user=$u}}
{{/foreach}}
</users>