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

8 lines
147 B
Smarty

<!-- TEMPLATE APPEARS UNUSED -->
<users type="array">
{{for $users as $u }}
{{inc $api_user_xml with $user=$u }}{{endinc}}
{{endfor}}
</users>