friendica/view/smarty3/api_friends_xml.tpl
2012-12-22 12:57:29 -07:00

8 lines
155 B
Smarty

<!-- TEMPLATE APPEARS UNUSED -->
<users type="array">
{{foreach $users as $u}}
{{include file="file:{{$api_user_xml}}" user=$u}}
{{/foreach}}
</users>