Empty commit

This commit is contained in:
Git 2011-10-21 08:00:14 +00:00
parent 3e13a8e412
commit 342f89e4b9

View File

@ -40,7 +40,7 @@
$Artists = get_artist($FeaturedAlbum['GroupID']);
?>
<div class="box">
<div class="head colhead_dark"><strong><?=$FeaturedAlbum['Title']?></strong></div>
<div class="head colhead_dark"><strong>Featured Album</strong></div>
<div class="center pad"><?=display_artists($Artists, true, true)?><a href="torrents.php?id=<?=$FeaturedAlbum['GroupID']?>"><?=$FeaturedAlbum['Name']?></a></div>
<div class="center"><a href="torrents.php?id=<?=$FeaturedAlbum['GroupID']?>" title="<?=display_artists($Artists, false, false)?> - <?=$FeaturedAlbum['Name']?>"><img src="<?=$FeaturedAlbum['WikiImage']?>" alt="<?=display_artists($Artists, false, false)?> - <?=$FeaturedAlbum['Name']?>" width="100%" /></a></div>
<div class="center pad"><a href="forums.php?action=viewthread&amp;threadid=<?=$FeaturedAlbum['ThreadID']?>"><em>Read the interview with the band, discuss here</em></a></div>