|
@@ -443,9 +443,6 @@ if (check_perms('site_torrents_notify')) {
|
443
|
443
|
<a href="artist.php?action=revert&artistid=<?=$ArtistID?>&revisionid=<?=$RevisionID?>&auth=<?=$LoggedUser['AuthKey']?>" class="brackets">Revert to this revision</a>
|
444
|
444
|
<? } ?>
|
445
|
445
|
<a href="artist.php?id=<?=$ArtistID?>#info" class="brackets">Info</a>
|
446
|
|
-<? if (defined('LASTFM_API_KEY')) { ?>
|
447
|
|
- <a href="artist.php?id=<?=$ArtistID?>#concerts" class="brackets">Concerts</a>
|
448
|
|
-<? } ?>
|
449
|
446
|
<a href="artist.php?id=<?=$ArtistID?>#artistcomments" class="brackets">Comments</a>
|
450
|
447
|
<? if (check_perms('site_delete_artist') && check_perms('torrents_delete')) { ?>
|
451
|
448
|
<a href="artist.php?action=delete&artistid=<?=$ArtistID?>&auth=<?=$LoggedUser['AuthKey']?>" class="brackets">Delete</a>
|
|
@@ -863,11 +860,7 @@ function require(file, callback) {
|
863
|
860
|
//]]>
|
864
|
861
|
</script>
|
865
|
862
|
|
866
|
|
-<? } // if $NumSimilar > 0 ?>
|
867
|
|
-<?
|
868
|
|
-if (defined('LASTFM_API_KEY')) {
|
869
|
|
- include(SERVER_ROOT.'/sections/artist/concerts.php');
|
870
|
|
-}
|
|
863
|
+<? }
|
871
|
864
|
|
872
|
865
|
// --- Comments ---
|
873
|
866
|
$Pages = Format::get_pages($Page, $NumComments, TORRENT_COMMENTS_PER_PAGE, 9, '#comments');
|