From 05e6d947be96664074d95f9d6f4635415186ecac Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 2 Apr 2006 08:14:21 +0000 Subject: fixed a problem I introduced by unfudging the song.php file --- templates/list_duplicates.inc | 2 +- templates/show_artist.inc | 2 +- templates/show_now_playing.inc | 2 +- templates/show_songs.inc | 28 ++++++++++++++-------------- 4 files changed, 17 insertions(+), 17 deletions(-) (limited to 'templates') diff --git a/templates/list_duplicates.inc b/templates/list_duplicates.inc index c96058c4..f694c332 100644 --- a/templates/list_duplicates.inc +++ b/templates/list_duplicates.inc @@ -50,7 +50,7 @@ if ($flags) { ?> foreach ($dinfolist as $dinfo) { echo "". "". - "id\">".scrub_out($formated_title)." ". + "id\">".scrub_out($formated_title)." ". "".scrub_out($dinfo['artist'])." ". "".scrub_out($dinfo['album'])." ". "".floor($dinfo['time']/60).":".sprintf("%02d", ($dinfo['time']%60) )."". diff --git a/templates/show_artist.inc b/templates/show_artist.inc index bd8a6e31..7c7420da 100644 --- a/templates/show_artist.inc +++ b/templates/show_artist.inc @@ -62,7 +62,7 @@ foreach ($albums as $album) { year; ?> - + | diff --git a/templates/show_now_playing.inc b/templates/show_now_playing.inc index a970dd9b..9aff071c 100644 --- a/templates/show_now_playing.inc +++ b/templates/show_now_playing.inc @@ -57,7 +57,7 @@ foreach ($results as $item) {
- + f_title; ?>
diff --git a/templates/show_songs.inc b/templates/show_songs.inc index be31f8da..e01b8a20 100644 --- a/templates/show_songs.inc +++ b/templates/show_songs.inc @@ -33,19 +33,19 @@ if (is_object($playlist) && ($GLOBALS['user']->username == $playlist->user || $G   Select - + - - - - - - - - - + + + + + + + + + - + has_flag()) { echo "**"; } ?> - >f_title); ?> + >f_title); ?> - >f_artist); ?> + >f_artist); ?> - >f_album); ?> + >f_album); ?> track; ?> -- cgit