]> git.mxchange.org Git - friendica.git/blob - view/smarty3/api_friends_xml.tpl
Merge pull request #579 from 23n/patch-4
[friendica.git] / view / smarty3 / api_friends_xml.tpl
1 <!-- TEMPLATE APPEARS UNUSED -->
2
3 <users type="array">
4         {{foreach $users as $u}}
5         {{include file="api_user_xml.tpl" user=$u}}
6         {{/foreach}}
7 </users>