1
0
Fork 0
mirror of https://github.com/friendica/friendica synced 2025-03-09 14:28:26 +00:00
friendica-github/view/templates/api_friends_xml.tpl
2013-04-23 07:47:57 -04:00

12 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>