API: missing template and small fix for hotot
This commit is contained in:
parent
62e939de52
commit
fc9c73da49
2 changed files with 19 additions and 7 deletions
5
view/api_friends_xml.tpl
Normal file
5
view/api_friends_xml.tpl
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<users type="array">
|
||||
{{for $users as $user }}
|
||||
{{inc api_user_xml.tpl }}{{endinc}}
|
||||
{{endfor}}
|
||||
</users>
|
||||
Loading…
Add table
Add a link
Reference in a new issue