summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-31 06:56:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-07-31 06:56:23 +0000
commite096ef364e823424a56f7c4f8562cad8292b01aa (patch)
treeed3d54489b6328e3a54ac9e7a1d518907f19750c /templates/show_artist.inc
parent5f3a6de6d6e57187f9644c3d3922e3947a6f7676 (diff)
downloadampache-e096ef364e823424a56f7c4f8562cad8292b01aa.tar.gz
ampache-e096ef364e823424a56f7c4f8562cad8292b01aa.tar.bz2
ampache-e096ef364e823424a56f7c4f8562cad8292b01aa.zip
forgot a file
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r--templates/show_artist.inc2
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; ?>&amp;artist=<?php echo $artist->id; ?>">
- <img border="0" src="<?php print $web_path; ?>/albumart.php?id=<?php print $id; ?>&amp;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; ?>&amp;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; ?>&amp;artist=<?php echo $artist->id; ?>"><?php print $album_name; ?></a></td>