aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_photo.tpl
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-12-07 19:17:40 -0800
committerredmatrix <redmatrix@redmatrix.me>2015-12-07 19:17:40 -0800
commitb9f5076cfc254fffe708d32aa2752adbc1857675 (patch)
treefb6eebbca74410f4b2d3a235d9fcc94b21cad7b1 /view/tpl/diaspora_photo.tpl
parent241607e7d73d9bdbbae253b73de91c3847c6df76 (diff)
downloadvolse-hubzilla-b9f5076cfc254fffe708d32aa2752adbc1857675.tar.gz
volse-hubzilla-b9f5076cfc254fffe708d32aa2752adbc1857675.tar.bz2
volse-hubzilla-b9f5076cfc254fffe708d32aa2752adbc1857675.zip
move the diaspora templates out of core (except for diaspora_vcard, which is still stuck here for the present time)
Diffstat (limited to 'view/tpl/diaspora_photo.tpl')
-rw-r--r--view/tpl/diaspora_photo.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/view/tpl/diaspora_photo.tpl b/view/tpl/diaspora_photo.tpl
deleted file mode 100644
index 256459d8d..000000000
--- a/view/tpl/diaspora_photo.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<XML>
- <post>
- <photo>
- <guid>{{$guid}}</guid>
- <diaspora_handle>{{$handle}}</diaspora_handle>
- <public>{{$public}}</public>
- <created_at>{{$created_at}}</created_at>
- <remote_photo_path>{{$path}}</remote_photo_path>
- <remote_photo_name>{{$filename}}</remote_photo_name>
- <status_message_guid>{{$msg_guid}}</status_message_guid>
- </photo>
- </post>
-</XML>