summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-02-13 22:38:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-02-13 22:38:13 +0000
commit730d21e8d85efea95614e8bd93703dd6d12bfd0f (patch)
tree8470c86400b2fd5be89264e23e4604bcab0b5000 /templates/show_now_playing_row.inc.php
parent9771ca37903c9188eba2a61876c2b17726f4aaa1 (diff)
downloadampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.tar.gz
ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.tar.bz2
ampache-730d21e8d85efea95614e8bd93703dd6d12bfd0f.zip
removed dead file, updated bin files, removed debug and added a new config option
Diffstat (limited to 'templates/show_now_playing_row.inc.php')
-rw-r--r--templates/show_now_playing_row.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php
index 6b6dc3f8..9f38e456 100644
--- a/templates/show_now_playing_row.inc.php
+++ b/templates/show_now_playing_row.inc.php
@@ -38,7 +38,7 @@ $artist = scrub_out(truncate_with_ellipse($song->f_artist_full,'25'));
<?php echo $artist; ?>
</a>
</td>
- <?php if (conf('play_album_art')) { ?>
+ <?php if (conf('show_album_art')) { ?>
<td class="np_cell">
<a target="_blank" href="<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;type=popup&amp;sid=<?php echo session_id(); ?>" onclick="popup_art('<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;type=popup&amp;sid=<?php echo session_id(); ?>'); return false;">
<img align="middle" border="0" src="<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;thumb=1&amp;sid=<?php echo session_id(); ?>" alt="Album Art" height="75" width="75" /></a>