mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02: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>
|