summaryrefslogtreecommitdiffstats
path: root/templates/show_songs.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 04:35:24 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 04:35:24 +0000
commitc9bf00afb1611a05b85088264cb4d42efbb8ab73 (patch)
treea3fd7f71d48af7ba005d83ea5291fd3b6b1bd40e /templates/show_songs.inc
parente540814435a7b825ef585bdcbf0b79f3f5f47e99 (diff)
downloadampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.gz
ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.tar.bz2
ampache-c9bf00afb1611a05b85088264cb4d42efbb8ab73.zip
removed some unused files, and tweaked the style of a few pages
Diffstat (limited to 'templates/show_songs.inc')
-rw-r--r--templates/show_songs.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/show_songs.inc b/templates/show_songs.inc
index 8e3c0247..3f97552f 100644
--- a/templates/show_songs.inc
+++ b/templates/show_songs.inc
@@ -133,9 +133,9 @@ foreach ($song_ids as $song_id) {
<?php echo get_user_icon('flag'); ?>
</a>
<?php if ($GLOBALS['user']->has_access('100')) { ?>
- | <a href="<?php echo $web_path; ?>/admin/flag.php?action=show_edit_song&amp;song=<?php echo $song->id; ?>">
+ <a href="<?php echo $web_path; ?>/admin/flag.php?action=show_edit_song&amp;song=<?php echo $song->id; ?>">
<?php echo get_user_icon('edit'); ?>
- </a> |
+ </a>
<?php if ($song->enabled) { ?>
<a href="<?php echo $web_path; ?>/admin/flag.php?action=disable&amp;song_ids=<?php echo $song->id; ?>">
<?php echo get_user_icon('disable'); ?>
@@ -147,12 +147,12 @@ foreach ($song_ids as $song_id) {
<?php } //status ?>
<?php } //access ?>
<?php if ($GLOBALS['user']->prefs['download']) { ?>
- | <a href="<?php echo $web_path; ?>/download/index.php?action=download&amp;song_id=<?php echo $song->id; ?>&amp;sid=<?php echo scrub_out(session_id()); ?>&amp;fn=<?php echo rawurlencode($song->f_artist_full . " - " . $song->title . "." . $song->type); ?>">
+ <a href="<?php echo $web_path; ?>/download/index.php?action=download&amp;song_id=<?php echo $song->id; ?>&amp;sid=<?php echo scrub_out(session_id()); ?>&amp;fn=<?php echo rawurlencode($song->f_artist_full . " - " . $song->title . "." . $song->type); ?>">
<?php echo get_user_icon('download'); ?>
</a>
<?php } ?>
<?php if ($GLOBALS['user']->prefs['direct_link']) { ?>
- | <a href="<?php echo scrub_out($song->get_url()); ?>">
+ <a href="<?php echo scrub_out($song->get_url()); ?>">
<?php echo get_user_icon('link'); ?>
</a>
<?php } ?>