diff options
author | Friendika <info@friendika.com> | 2011-08-19 14:36:08 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-19 14:36:08 -0700 |
commit | 6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca (patch) | |
tree | 7bf9ea4cda139676b1114e9dc923de8652d76e06 /view | |
parent | 8e24db3ef5c0bd15aba50aa48fd4745fe7191dbb (diff) | |
parent | a66f063e68c90aa66495cb56e074d03e00d742db (diff) | |
download | volse-hubzilla-6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca.tar.gz volse-hubzilla-6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca.tar.bz2 volse-hubzilla-6aa633efc829d4d3e9ccba4f6fb4d555f3c968ca.zip |
Merge branch 'pull'
Diffstat (limited to 'view')
-rw-r--r-- | view/api_friends_xml.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/api_friends_xml.tpl b/view/api_friends_xml.tpl new file mode 100644 index 000000000..0ea7eb13b --- /dev/null +++ b/view/api_friends_xml.tpl @@ -0,0 +1,5 @@ +<users type="array"> + {{for $users as $user }} + {{inc api_user_xml.tpl }}{{endinc}} + {{endfor}} +</users> |