aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/smarty3/diaspora_photo.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/smarty3/diaspora_photo.tpl')
-rw-r--r--view/tpl/smarty3/diaspora_photo.tpl13
1 files changed, 13 insertions, 0 deletions
diff --git a/view/tpl/smarty3/diaspora_photo.tpl b/view/tpl/smarty3/diaspora_photo.tpl
new file mode 100644
index 000000000..cd7ef5802
--- /dev/null
+++ b/view/tpl/smarty3/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