]> git.mxchange.org Git - friendica.git/blob - view/api_friends_xml.tpl
1cabd295dad2a09f3095018eae74bed23f96c772
[friendica.git] / view / api_friends_xml.tpl
1 <!-- TEMPLATE APPEARS UNUSED -->
2
3 <users type="array">
4         {{for $users as $u }}
5         {{inc $api_user_xml with $user=$u }}{{endinc}}
6         {{endfor}}
7 </users>