diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-17 05:35:42 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-17 05:35:42 +0000 |
commit | 66ff3d58dfe8d601acbc0e70c095e6f59a3512ad (patch) | |
tree | c9362c1e429304ddffb2e0d699bd671da37ecdbb /templates/show_random_albums.inc.php | |
parent | 407b618fc7c3a4be60e7ee14dca4d01edf205d44 (diff) | |
download | ampache-66ff3d58dfe8d601acbc0e70c095e6f59a3512ad.tar.gz ampache-66ff3d58dfe8d601acbc0e70c095e6f59a3512ad.tar.bz2 ampache-66ff3d58dfe8d601acbc0e70c095e6f59a3512ad.zip |
few more slight tweaks to the catalog to prevent incorrect entry by the user
Diffstat (limited to 'templates/show_random_albums.inc.php')
-rw-r--r-- | templates/show_random_albums.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_random_albums.inc.php b/templates/show_random_albums.inc.php index b2f3348d..3217088f 100644 --- a/templates/show_random_albums.inc.php +++ b/templates/show_random_albums.inc.php @@ -31,7 +31,7 @@ $web_path = conf('web_path'); ?> <td> <a href="<?php echo $web_path; ?>/albums.php?action=show&album=<?php echo $album_id; ?>"> - <img src="<?php echo $web_path; ?>/image.php?thumb=1&id=<?php echo $album_id; ?>" width="75" height="75" border="0" alt="<?php echo $name; ?>" title="<?php echo $name; ?>" /> + <img src="<?php echo $web_path; ?>/image.php?thumb=3&id=<?php echo $album_id; ?>" width="80" height="80" border="0" alt="<?php echo $name; ?>" title="<?php echo $name; ?>" /> </a> </td> <?php } ?> |