aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-08-19 08:03:20 -0700
committerfabrixxm <fabrix.xm@gmail.com>2011-08-19 08:03:20 -0700
commitb465d1f30bf100f67614e0765c4c5f8588908e26 (patch)
tree263db7d6cefadc342a267b87354e07f8de6422b1 /view
parent18c8f4d8b57988ce5e22c261d7ab9d73aa2a3dd5 (diff)
parent5c78872940bdc9973c777ff8a89b3bd6c9477868 (diff)
downloadvolse-hubzilla-b465d1f30bf100f67614e0765c4c5f8588908e26.tar.gz
volse-hubzilla-b465d1f30bf100f67614e0765c4c5f8588908e26.tar.bz2
volse-hubzilla-b465d1f30bf100f67614e0765c4c5f8588908e26.zip
Merge pull request #158 from fabrixxm/master
Some works on API
Diffstat (limited to 'view')
-rw-r--r--view/api_friends_xml.tpl5
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>