diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-31 06:56:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-07-31 06:56:23 +0000 |
commit | e096ef364e823424a56f7c4f8562cad8292b01aa (patch) | |
tree | ed3d54489b6328e3a54ac9e7a1d518907f19750c | |
parent | 5f3a6de6d6e57187f9644c3d3922e3947a6f7676 (diff) | |
download | ampache-e096ef364e823424a56f7c4f8562cad8292b01aa.tar.gz ampache-e096ef364e823424a56f7c4f8562cad8292b01aa.tar.bz2 ampache-e096ef364e823424a56f7c4f8562cad8292b01aa.zip |
forgot a file
-rw-r--r-- | templates/show_artist.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc index fb95980e..0dc46b9e 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -69,7 +69,7 @@ $artist_id = $artist->id; </td> <td height="87"> <a href="<?php print $web_path; ?>/albums.php?album=<?php echo $id; ?>&artist=<?php echo $artist->id; ?>"> - <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&fast=1" alt="<?php echo $album_name; ?>" title="<?php print $album_name; ?>" height="75" width="75" /> + <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&fast=1" alt="<?php echo $album_name; ?>" title="<?php print $album_name; ?>&thumb=1" height="75" width="75" /> </a> </td> <td><a href="<?php print $web_path; ?>/albums.php?album=<?php print $id; ?>&artist=<?php echo $artist->id; ?>"><?php print $album_name; ?></a></td> |