aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-02-03 15:06:16 -0800
committerfriendica <info@friendica.com>2015-02-03 15:06:16 -0800
commitdf632c423252a19b41d3502412135309063b85fa (patch)
tree29bab49ddb2cdb26af128e97922d7b86c30c0826 /view/tpl
parent448af7458f096be07fc5173e234c7e6d2d20a50a (diff)
downloadvolse-hubzilla-df632c423252a19b41d3502412135309063b85fa.tar.gz
volse-hubzilla-df632c423252a19b41d3502412135309063b85fa.tar.bz2
volse-hubzilla-df632c423252a19b41d3502412135309063b85fa.zip
run ratingsearch on the server
Diffstat (limited to 'view/tpl')
-rwxr-xr-xview/tpl/xchan_vcard.tpl11
1 files changed, 1 insertions, 10 deletions
diff --git a/view/tpl/xchan_vcard.tpl b/view/tpl/xchan_vcard.tpl
index b72250bec..ca0fe76be 100755
--- a/view/tpl/xchan_vcard.tpl
+++ b/view/tpl/xchan_vcard.tpl
@@ -5,16 +5,7 @@
{{if $mode != 'mail'}}
-<div id="profile-extra-links">
-<ul>
{{if $connect}}
- <li><a id="follow-link" href="follow?f=&url={{$follow}}">{{$connect}}</a></li>
+ <a href="follow?f=&url={{$follow}}" class="rconnect"><i class="icon-plus connect-icon"></i> {{$connect}}</a>
{{/if}}
-{{if $newwin}}
- <li><a id="visit-chan-link" href="{{$url}}" title="{{$newtit}}" target="_blank" >{{$newwin}}</a></li>
-{{/if}}
-</ul>
-
-
-</div>
{{/if}}