]> git.mxchange.org Git - friendica.git/blob - view/smarty3/api_friends_xml.tpl
add warning message about automatically generated templates
[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>