aboutsummaryrefslogtreecommitdiffstats
path: root/view/diaspora_photo.tpl
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-23 18:17:35 -0700
committerFriendika <info@friendika.com>2011-08-23 18:17:35 -0700
commit56d64316f457c85141e35356a61a4d352ed9f24c (patch)
tree40e6bb98c68efb6623bbda25dfc799cbe5e77661 /view/diaspora_photo.tpl
parent91de9edecd2663d5e3313da1b8a01a35e7e8970e (diff)
downloadvolse-hubzilla-56d64316f457c85141e35356a61a4d352ed9f24c.tar.gz
volse-hubzilla-56d64316f457c85141e35356a61a4d352ed9f24c.tar.bz2
volse-hubzilla-56d64316f457c85141e35356a61a4d352ed9f24c.zip
diaspora photos ?
Diffstat (limited to 'view/diaspora_photo.tpl')
-rw-r--r--view/diaspora_photo.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/diaspora_photo.tpl b/view/diaspora_photo.tpl
new file mode 100644
index 000000000..75ca7f15c
--- /dev/null
+++ b/view/diaspora_photo.tpl
@@ -0,0 +1,13 @@
+<XML>
+ <post>
+ <photo>
+ <remote_photo_path>$path</remote_photo_path>
+ <remote_photo_name>$filename</remote_photo_name>
+ <status_message_guid>$msg_guid</status_message_guid>
+ <guid>$guid</guid>
+ <diaspora_handle>$handle</diaspora_handle>
+ <public>$public</public>
+ <created_at>$created_at</created_at>
+ </photo>
+ </post>
+</XML> \ No newline at end of file