]> git.mxchange.org Git - friendica.git/blob - view/api_friends_xml.tpl
Diabook - kill thousands more lines. Two more to go then we can start on the bugs...
[friendica.git] / view / api_friends_xml.tpl
1 <users type="array">
2         {{for $users as $user }}
3         {{inc api_user_xml.tpl }}{{endinc}}
4         {{endfor}}
5 </users>