From 8a06c9a80cdd679ca86f01112b7379328ee50b6f Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 20 Sep 2012 11:59:55 -0400 Subject: Clean up template show_now_playing_row Song title was linked to yet another inconsistent action and links were being built from scratch instead of using the perfectly good preformatted ones. --- templates/show_now_playing_row.inc.php | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'templates') diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 031af1c7..16ec3548 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -27,9 +27,6 @@ */ /* Prepare the variables */ -$title = scrub_out(truncate_with_ellipsis($media->title)); -$album = scrub_out(truncate_with_ellipsis($media->f_album_full)); -$artist = scrub_out(truncate_with_ellipsis($media->f_artist_full)); ?>
@@ -59,23 +56,17 @@ $artist = scrub_out(truncate_with_ellipsis($media->f_artist_full));
- - - + f_link; ?>
- - - + f_album_link; ?>
- - - + f_artist_link; ?>
-- cgit