diff options
author | Karl Vollmer <vollmer@ampache.org> | 2011-01-26 10:40:00 -0400 |
---|---|---|
committer | Karl Vollmer <vollmer@ampache.org> | 2011-01-26 10:40:00 -0400 |
commit | 133ebde7a98a29e0f8327d7c942db250c90f60cc (patch) | |
tree | 56c3e6ff7b76a86b873612c416bd5f8a108f53ef /templates | |
parent | 94db841355c893aee51a22879a43bad686682954 (diff) | |
download | ampache-133ebde7a98a29e0f8327d7c942db250c90f60cc.tar.gz ampache-133ebde7a98a29e0f8327d7c942db250c90f60cc.tar.bz2 ampache-133ebde7a98a29e0f8327d7c942db250c90f60cc.zip |
Untested change of now playing image size - Blame Uncon
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show_now_playing_row.inc.php | 2 |
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 c6f4988f..05a05165 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -77,7 +77,7 @@ $artist = scrub_out(truncate_with_ellipsis($media->f_artist_full)); <div class="np_group"> <div class="np_cell cel_albumart"> <a target="_blank" href="<?php echo $web_path; ?>/image.php?id=<?php echo $media->album; ?>&type=popup" onclick="popupWindow('<?php echo $web_path; ?>/image.php?id=<?php echo $media->album; ?>&type=popup'); return false;"> - <img align="middle" src="<?php echo $web_path; ?>/image.php?id=<?php echo $media->album; ?>&thumb=1&sid=<?php echo session_id(); ?>" alt="<?php echo scrub_out($media->f_album_full); ?>" title="<?php echo scrub_out($media->f_album_full); ?>" height="75" width="75" /> + <img align="middle" src="<?php echo $web_path; ?>/image.php?id=<?php echo $media->album; ?>&thumb=1&sid=<?php echo session_id(); ?>" alt="<?php echo scrub_out($media->f_album_full); ?>" title="<?php echo scrub_out($media->f_album_full); ?>" height="80" width="80" /> </a> </div> </div> |