aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-08-21 20:31:55 -0700
committerfriendica <info@friendica.com>2014-08-21 20:31:55 -0700
commite524835463fa0411723d2ec57276d1ac13c3aca6 (patch)
treea54e96d73a4b4fee08dd4ad892035a6679d27fe1 /view/tpl
parent921799b045c376c2ffe80a0c4fe0dc6c2c78e854 (diff)
downloadvolse-hubzilla-e524835463fa0411723d2ec57276d1ac13c3aca6.tar.gz
volse-hubzilla-e524835463fa0411723d2ec57276d1ac13c3aca6.tar.bz2
volse-hubzilla-e524835463fa0411723d2ec57276d1ac13c3aca6.zip
the rest of the diaspora local discovery stuff
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/profile_vcard.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl
index a653dca7d..7dff8fdeb 100755
--- a/view/tpl/profile_vcard.tpl
+++ b/view/tpl/profile_vcard.tpl
@@ -43,6 +43,9 @@
{{if $homepage}}<dl class="homepage"><dt class="homepage-label">{{$homepage}}</dt><dd class="homepage-url"><a href="{{$profile.homepage}}" >{{$profile.homepage}}</a></dd></dl>{{/if}}
+ {{if $diaspora}}
+ {{include file="diaspora_vcard.tpl"}}
+ {{/if}}
{{if $connect}}
<a href="{{$connect_url}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a>