diff options
author | friendica <info@friendica.com> | 2013-08-13 02:06:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-13 02:06:05 -0700 |
commit | b9a8b73392afc6e460073ac6305da24623de5b49 (patch) | |
tree | 425cd32b3b604c9a641030c205244bdacddf2731 /view/tpl/profile_vcard.tpl | |
parent | 55cb32248953c6e63a2da478f0eb3895875f93d8 (diff) | |
download | volse-hubzilla-b9a8b73392afc6e460073ac6305da24623de5b49.tar.gz volse-hubzilla-b9a8b73392afc6e460073ac6305da24623de5b49.tar.bz2 volse-hubzilla-b9a8b73392afc6e460073ac6305da24623de5b49.zip |
untested patch for issue #58 - will require theming if it works
Diffstat (limited to 'view/tpl/profile_vcard.tpl')
-rwxr-xr-x | view/tpl/profile_vcard.tpl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/tpl/profile_vcard.tpl b/view/tpl/profile_vcard.tpl index 13460c2d9..634c48e03 100755 --- a/view/tpl/profile_vcard.tpl +++ b/view/tpl/profile_vcard.tpl @@ -44,6 +44,10 @@ {{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 $connect}} +<a href="{{$connect_url}}" class="rconnect">$connect</a> +{{/if}} </div> <div id="vcard-end"></div> |