diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-07 19:17:40 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-07 19:17:40 -0800 |
commit | b9f5076cfc254fffe708d32aa2752adbc1857675 (patch) | |
tree | fb6eebbca74410f4b2d3a235d9fcc94b21cad7b1 /view/tpl/diaspora_share.tpl | |
parent | 241607e7d73d9bdbbae253b73de91c3847c6df76 (diff) | |
download | volse-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_share.tpl')
-rw-r--r-- | view/tpl/diaspora_share.tpl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/view/tpl/diaspora_share.tpl b/view/tpl/diaspora_share.tpl deleted file mode 100644 index 59eb06124..000000000 --- a/view/tpl/diaspora_share.tpl +++ /dev/null @@ -1,8 +0,0 @@ -<XML> - <post> - <request> - <sender_handle>{{$sender}}</sender_handle> - <recipient_handle>{{$recipient}}</recipient_handle> - </request> - </post> -</XML>
\ No newline at end of file |