mirror of
https://github.com/friendica/friendica
synced 2024-11-14 11:02:55 +00:00
7 lines
155 B
Smarty
7 lines
155 B
Smarty
<!-- TEMPLATE APPEARS UNUSED -->
|
|
|
|
<users type="array">
|
|
{{foreach $users as $u}}
|
|
{{include file="file:{{$api_user_xml}}" user=$u}}
|
|
{{/foreach}}
|
|
</users>
|