summaryrefslogtreecommitdiffstats
path: root/templates/show_now_playing_row.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-04-23 18:59:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-04-23 18:59:35 +0000
commit0557ea37ad1396c605198d4ed072b77971ec9ad7 (patch)
tree8381db050b60bfe98b535431a5411720c5c855ac /templates/show_now_playing_row.inc.php
parent45250f50194cac99fde9569d8e8fd54ad89db179 (diff)
downloadampache-0557ea37ad1396c605198d4ed072b77971ec9ad7.tar.gz
ampache-0557ea37ad1396c605198d4ed072b77971ec9ad7.tar.bz2
ampache-0557ea37ad1396c605198d4ed072b77971ec9ad7.zip
fixed now playing
Diffstat (limited to 'templates/show_now_playing_row.inc.php')
-rw-r--r--templates/show_now_playing_row.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php
index 9f38e456..46594411 100644
--- a/templates/show_now_playing_row.inc.php
+++ b/templates/show_now_playing_row.inc.php
@@ -1,7 +1,7 @@
<?php
/*
-Copyright (c) 2001 - 2006 Ampache.org
+Copyright (c) 2001 - 2007 Ampache.org
All rights reserved.
This program is free software; you can redistribute it and/or
@@ -38,7 +38,7 @@ $artist = scrub_out(truncate_with_ellipse($song->f_artist_full,'25'));
<?php echo $artist; ?>
</a>
</td>
- <?php if (conf('show_album_art')) { ?>
+ <?php if (Config::get('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>