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