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