|
|
|
|
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&torrentid=$TorrentID\" class=\"tooltip\" title=\"View torrent\" ";
|
|
|
|
|
468
|
+ $DisplayName .= "<a href=\"torrents.php?id=$GroupID&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&id=<?=$TorrentID?>&authkey=<?=$LoggedUser['AuthKey']?>&torrent_pass=<?=$LoggedUser['torrent_pass']?>" title="Download" class="brackets tooltip">DL</a></span>
|
517
|
<span><a href="torrents.php?action=download&id=<?=$TorrentID?>&authkey=<?=$LoggedUser['AuthKey']?>&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
|
?>
|