mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:42:53 +00:00
7 lines
150 B
Smarty
7 lines
150 B
Smarty
<!-- TEMPLATE APPEARS UNUSED -->
|
|
|
|
<users type="array">
|
|
{{for $users as $u }}
|
|
{{inc api_user_xml.tpl with $user=$u }}{{endinc}}
|
|
{{endfor}}
|
|
</users>
|