summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorspocky <spocky@ampache>2007-10-19 08:31:03 +0000
committerspocky <spocky@ampache>2007-10-19 08:31:03 +0000
commit06a5efcc717cd28ea69bd75f11063c51ee455b82 (patch)
tree58138f1e95e44f1e3a0508112783f386f4da6635 /templates
parentb8a80febe1a35410dd33f96ed41d85887ac38e92 (diff)
downloadampache-06a5efcc717cd28ea69bd75f11063c51ee455b82.tar.gz
ampache-06a5efcc717cd28ea69bd75f11063c51ee455b82.tar.bz2
ampache-06a5efcc717cd28ea69bd75f11063c51ee455b82.zip
Updated now playing cover title/alt
Diffstat (limited to 'templates')
-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 d7956506..6faabb99 100644
--- a/templates/show_now_playing_row.inc.php
+++ b/templates/show_now_playing_row.inc.php
@@ -49,6 +49,6 @@ $artist = scrub_out(truncate_with_ellipsis($song->f_artist_full,'25'));
<?php if (Config::get('show_album_art')) { ?>
<td class="np_cell_right">
<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" 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>
+ <img align="middle" src="<?php echo $web_path; ?>/image.php?id=<?php echo $song->album; ?>&amp;thumb=1&amp;sid=<?php echo session_id(); ?>" alt="<?php echo scrub_out($song->f_album_full); ?>" title="<?php echo scrub_out($song->f_album_full); ?>" height="75" width="75" /></a>
</td>
<?php } // end play album art ?>