]> git.mxchange.org Git - friendica.git/blob - view/templates/api_friends_xml.tpl
Merge branch 'master' of git://github.com/friendica/friendica
[friendica.git] / view / templates / api_friends_xml.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <!-- TEMPLATE APPEARS UNUSED -->
7
8 <users type="array">
9         {{foreach $users as $u}}
10         {{include file="api_user_xml.tpl" user=$u}}
11         {{/foreach}}
12 </users>