]> git.mxchange.org Git - friendica.git/blob - view/smarty3/api_friends_xml.tpl
c89b96de5666eb7c4b1f87ea6cd353a9d36ca9d7
[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  *}}
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>