]> git.mxchange.org Git - friendica.git/blob - view/smarty3/api_friends_xml.tpl
Implement Smarty3
[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="file:{{$api_user_xml}}" user=$u}}
6         {{/foreach}}
7 </users>