Browse Source

Don't bold top10 torrent listing

spaghetti 7 years ago
parent
commit
6b409e602f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sections/top10/torrents.php

+ 2
- 2
sections/top10/torrents.php View File

465
       $DisplayName = Artists::display_artists($Artists[$GroupID], true, true);
465
       $DisplayName = Artists::display_artists($Artists[$GroupID], true, true);
466
     }
466
     }
467
 
467
 
468
-    $DisplayName .= "<a href=\"torrents.php?id=$GroupID&amp;torrentid=$TorrentID\" class=\"tooltip\" title=\"View torrent\" ";
468
+    $DisplayName .= "<a href=\"torrents.php?id=$GroupID&amp;torrentid=$TorrentID\" ";
469
     if (!isset($LoggedUser['CoverArt']) || $LoggedUser['CoverArt']) {
469
     if (!isset($LoggedUser['CoverArt']) || $LoggedUser['CoverArt']) {
470
       $DisplayName .= 'data-cover="'.ImageTools::process($WikiImage, 'thumb').'" ';
470
       $DisplayName .= 'data-cover="'.ImageTools::process($WikiImage, 'thumb').'" ';
471
     }
471
     }
516
 
516
 
517
         <span><a href="torrents.php?action=download&amp;id=<?=$TorrentID?>&amp;authkey=<?=$LoggedUser['AuthKey']?>&amp;torrent_pass=<?=$LoggedUser['torrent_pass']?>" title="Download" class="brackets tooltip">DL</a></span>
517
         <span><a href="torrents.php?action=download&amp;id=<?=$TorrentID?>&amp;authkey=<?=$LoggedUser['AuthKey']?>&amp;torrent_pass=<?=$LoggedUser['torrent_pass']?>" title="Download" class="brackets tooltip">DL</a></span>
518
 
518
 
519
-        <strong><?=$DisplayName?></strong> <?=$ExtraInfo?><? if ($Reported) { ?> - <strong class="torrent_label tl_reported">Reported</strong><? } ?>
519
+        <?=$DisplayName?> <?=$ExtraInfo?><? if ($Reported) { ?> - <strong class="torrent_label tl_reported">Reported</strong><? } ?>
520
 <?
520
 <?
521
     if ($IsBookmarked) {
521
     if ($IsBookmarked) {
522
 ?>
522
 ?>

Loading…
Cancel
Save