diff options
Diffstat (limited to 'templates/show_now_playing.inc')
-rw-r--r-- | templates/show_now_playing.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index b8204024..a1168022 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -72,6 +72,7 @@ foreach ($results as $item) { </a> </div> </td> + <?php if (conf('play_album_art')) { ?> <td width="20%"> <div id="np_img_<?php echo $c; ?>"> <a target="_blank" href="<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&type=popup" onclick="popup_art('<?php echo $web_path; ?>/albumart.php?id=<?php echo $song->album; ?>&type=popup'); return false;"> @@ -79,6 +80,7 @@ foreach ($results as $item) { </a> </div> </td> + <?php } ?> </tr> </table> </div> |