From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/api_user_xml.tpl | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 view/tpl/api_user_xml.tpl (limited to 'view/tpl/api_user_xml.tpl') diff --git a/view/tpl/api_user_xml.tpl b/view/tpl/api_user_xml.tpl new file mode 100644 index 000000000..d286652c0 --- /dev/null +++ b/view/tpl/api_user_xml.tpl @@ -0,0 +1,46 @@ + + $user.id + $user.name + $user.screen_name + $user.location + $user.description + $user.profile_image_url + $user.url + $user.protected + $user.followers_count + $user.friends_count + $user.created_at + $user.favourites_count + $user.utc_offset + $user.time_zone + $user.statuses_count + $user.following + $user.profile_background_color + $user.profile_text_color + $user.profile_link_color + $user.profile_sidebar_fill_color + $user.profile_sidebar_border_color + $user.profile_background_image_url + $user.profile_background_tile + $user.profile_use_background_image + $user.notifications + $user.geo_enabled + $user.verified + $user.lang + $user.contributors_enabled + {{ if $user.status }} + $user.status.created_at + $user.status.id + $user.status.text + $user.status.source + $user.status.truncated + $user.status.in_reply_to_status_id + $user.status.in_reply_to_user_id + $user.status.favorited + $user.status.in_reply_to_screen_name + $user.status.geo + $user.status.coordinates + $user.status.place + $user.status.contributors + {{ endif }} + -- cgit v1.2.3