aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/diaspora_profile.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-28 17:29:41 -0800
committerfriendica <info@friendica.com>2012-12-28 17:29:41 -0800
commitf048c1d05a93d0592263afd7f24dbee14e14ced5 (patch)
tree0dd979de118b5c77f596566cf52ebd6cfb660a29 /view/tpl/diaspora_profile.tpl
parentddd58e6e285c6e3dc81beb7f453999e4a93fc069 (diff)
parent096e3701105d31004b580b433aacca87b7531025 (diff)
downloadvolse-hubzilla-f048c1d05a93d0592263afd7f24dbee14e14ced5.tar.gz
volse-hubzilla-f048c1d05a93d0592263afd7f24dbee14e14ced5.tar.bz2
volse-hubzilla-f048c1d05a93d0592263afd7f24dbee14e14ced5.zip
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'view/tpl/diaspora_profile.tpl')
-rw-r--r--view/tpl/diaspora_profile.tpl16
1 files changed, 0 insertions, 16 deletions
diff --git a/view/tpl/diaspora_profile.tpl b/view/tpl/diaspora_profile.tpl
deleted file mode 100644
index e5c3d3cad..000000000
--- a/view/tpl/diaspora_profile.tpl
+++ /dev/null
@@ -1,16 +0,0 @@
-<XML>
- <post><profile>
- <diaspora_handle>$handle</diaspora_handle>
- <first_name>$first</first_name>
- <last_name>$last</last_name>
- <image_url>$large</image_url>
- <image_url_small>$small</image_url_small>
- <image_url_medium>$medium</image_url_medium>
- <birthday>$dob</birthday>
- <gender>$gender</gender>
- <bio>$about</bio>
- <location>$location</location>
- <searchable>$searchable</searchable>
- <tag_string>$tags</tag_string>
-</profile></post>
- </XML>