diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-22 05:44:35 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-22 05:44:35 +0000 |
commit | bae7c04d579273aa814b30906b23f37ea769b37a (patch) | |
tree | 2812e8543c86347616fa96929f5cf25bb8e4bcfa /templates/show_artist.inc | |
parent | 4228053833b29812120e81d8ae0820a4aa7186b0 (diff) | |
download | ampache-bae7c04d579273aa814b30906b23f37ea769b37a.tar.gz ampache-bae7c04d579273aa814b30906b23f37ea769b37a.tar.bz2 ampache-bae7c04d579273aa814b30906b23f37ea769b37a.zip |
updated sql file, and new base messages.po for translation mojo
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r-- | templates/show_artist.inc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc index 6d8570c8..df0414a7 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -69,17 +69,17 @@ $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; ?>" 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> <td><?php print $album->year; ?></td> <td><?php print $count; ?></td> <td> - <a href="<?php print $web_path; ?>/song.php?action=m3u&album=<?php echo $id; ?>"><?php echo _("Play"); ?></a> - <?php if( batch_ok() ) { ?> - | <a href="<?php echo conf('web_path'); ?>/batch.php?action=alb&id=<?php echo $album->id; ?>"><?php echo _("Download"); ?></a> - <?php } ?> + <a href="<?php print $web_path; ?>/song.php?action=m3u&album=<?php print $id; ?>"><?php print _("Play"); ?></a> + <?php if( batch_ok() ) { ?> + | <a href="<?php echo conf('web_path'); ; ?>/batch.php?action=alb&id=<?php echo $album->id; ?>"><?php echo _("Download"); ?></a> + <?php } ?> </td> |