From 1938861afbcd29110341780e099cf9effe4c2b9a Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 30 Nov 2006 08:48:08 +0000 Subject: prep for tags/lyrics cleanup and recently playing tweaks --- templates/show_recently_played.inc.php | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'templates/show_recently_played.inc.php') diff --git a/templates/show_recently_played.inc.php b/templates/show_recently_played.inc.php index eeae6186..a3afad34 100644 --- a/templates/show_recently_played.inc.php +++ b/templates/show_recently_played.inc.php @@ -24,22 +24,19 @@ - + + format_song(); - /* Prepare the variables */ - $title = scrub_out(truncate_with_ellipse($song->title,'25')); - $album = scrub_out(truncate_with_ellipse($song->f_album_full,'25')); - $artist = scrub_out(truncate_with_ellipse($song->f_artist_full,'25')); - $song_name = $title . ' - ' . $album . '/' . $artist; ?> fullname); ?> - - + f_link; ?> + f_album_link; ?> + f_artist_link; ?> -- cgit