diff options
author | friendica <info@friendica.com> | 2014-08-21 20:31:55 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-08-21 20:31:55 -0700 |
commit | e524835463fa0411723d2ec57276d1ac13c3aca6 (patch) | |
tree | a54e96d73a4b4fee08dd4ad892035a6679d27fe1 /view | |
parent | 921799b045c376c2ffe80a0c4fe0dc6c2c78e854 (diff) | |
download | volse-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')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 3 |
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> |