aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_post.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_post.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_post.tpl')
-rw-r--r--view/tpl/diaspora_post.tpl13
1 files changed, 0 insertions, 13 deletions
diff --git a/view/tpl/diaspora_post.tpl b/view/tpl/diaspora_post.tpl
deleted file mode 100644
index ebfe9e5b7..000000000
--- a/view/tpl/diaspora_post.tpl
+++ /dev/null
@@ -1,13 +0,0 @@
-<XML>
- <post>
- <status_message>
- <raw_message>{{$body}}</raw_message>
- <guid>{{$guid}}</guid>
- <diaspora_handle>{{$handle}}</diaspora_handle>
- {{$poll}}
- <public>{{$public}}</public>
- <created_at>{{$created}}</created_at>
- <provider_display_name>{{$provider}}</provider_display_name>
- </status_message>
- </post>
-</XML>