summaryrefslogtreecommitdiffstats
path: root/templates/show_artist.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-25 17:28:50 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-25 17:28:50 +0000
commit2398133cc42045805e6045935efeefee18ab1ad8 (patch)
tree88e81a14e612cf23fe210fe1750634fbc48ae29e /templates/show_artist.inc
parent793d3d0bf19a8007e54f8440a5412e2b6709f5b3 (diff)
downloadampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.gz
ampache-2398133cc42045805e6045935efeefee18ab1ad8.tar.bz2
ampache-2398133cc42045805e6045935efeefee18ab1ad8.zip
more html cleanup
Diffstat (limited to 'templates/show_artist.inc')
-rw-r--r--templates/show_artist.inc13
1 files changed, 6 insertions, 7 deletions
diff --git a/templates/show_artist.inc b/templates/show_artist.inc
index df0414a7..0653e97b 100644
--- a/templates/show_artist.inc
+++ b/templates/show_artist.inc
@@ -76,14 +76,13 @@ $artist_id = $artist->id;
<td><?php print $album->year; ?></td>
<td><?php print $count; ?></td>
<td>
- <a href="<?php print $web_path; ?>/song.php?action=m3u&amp;album=<?php print $id; ?>"><?php print _("Play"); ?></a>
- <?php if( batch_ok() ) { ?>
- | <a href="<?php echo conf('web_path'); ; ?>/batch.php?action=alb&amp;id=<?php echo $album->id; ?>"><?php echo _("Download"); ?></a>
- <?php } ?>
+ <a href="<?php print $web_path; ?>/song.php?action=m3u&amp;album=<?php print $id; ?>"><?php print _("Play"); ?></a>
+ <?php if( batch_ok() ) { ?>
+ | <a href="<?php echo conf('web_path'); ?>/batch.php?action=alb&amp;id=<?php echo $album->id; ?>"><?php echo _("Download"); ?></a>
+ <?php } ?>
</td>
-
-
- </td>
+
+
</tr>
<?php } ?>
</table>