diff options
Diffstat (limited to 'view')
-rw-r--r-- | view/css/mod_ratings.css (renamed from view/css/mod_prep.css) | 0 | ||||
-rw-r--r-- | view/pdl/mod_ratings.pdl (renamed from view/pdl/mod_prep.pdl) | 0 | ||||
-rwxr-xr-x | view/tpl/xchan_vcard.tpl | 11 |
3 files changed, 1 insertions, 10 deletions
diff --git a/view/css/mod_prep.css b/view/css/mod_ratings.css index bb29086da..bb29086da 100644 --- a/view/css/mod_prep.css +++ b/view/css/mod_ratings.css diff --git a/view/pdl/mod_prep.pdl b/view/pdl/mod_ratings.pdl index 3d40386cd..3d40386cd 100644 --- a/view/pdl/mod_prep.pdl +++ b/view/pdl/mod_ratings.pdl 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}} |