]> git.mxchange.org Git - friendica.git/blob - view/templates/api_friends_xml.tpl
fix account_type
[friendica.git] / view / templates / api_friends_xml.tpl
1
2 <!-- TEMPLATE APPEARS UNUSED -->
3
4 <users type="array">
5         {{foreach $users as $u}}
6         {{include file="api_user_xml.tpl" user=$u}}
7         {{/foreach}}
8 </users>