diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-19 18:05:40 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2005-06-19 18:05:40 +0000 |
commit | 0c0262b8a7326d1e2effbce5d422fd672300d114 (patch) | |
tree | e84c501cccbb2e7d3d9655685020fd7a266a7170 /templates/show_artists.inc | |
parent | 49f48af532c2d3196d94b444c3514bdb1a499436 (diff) | |
download | ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.gz ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.tar.bz2 ampache-0c0262b8a7326d1e2effbce5d422fd672300d114.zip |
mother of all commits...
Diffstat (limited to 'templates/show_artists.inc')
-rw-r--r-- | templates/show_artists.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_artists.inc b/templates/show_artists.inc index 068f1655..5641c101 100644 --- a/templates/show_artists.inc +++ b/templates/show_artists.inc @@ -51,9 +51,9 @@ foreach ($artists as $artist) { <td><?php print $artist['name']; ?></td> <td><?php print $artist['songs']; ?></td> <td><?php print $artist['albums']; ?></td> - <td nowrap> <?php print _("Play"); ?> : - <a href="<?php print conf('web_path'); ?>/song.php?action=m3u&artist=<?php print $artist['id']; ?>"><?php print _("All"); ?></a> | - <a href="<?php print conf('web_path'); ?>/song.php?action=m3u&artist_random=<?php print $artist['id']; ?>"><?php print _("Random"); ?></a> + <td nowrap="nowrap"> <?php print _("Play"); ?> : + <a href="<?php print conf('web_path'); ?>/song.php?action=m3u&artist=<?php print $artist['id']; ?>"><?php print _("All"); ?></a> | + <a href="<?php print conf('web_path'); ?>/song.php?action=m3u&artist_random=<?php print $artist['id']; ?>"><?php print _("Random"); ?></a> </td> </tr> <?php } ?> |