diff options
Diffstat (limited to 'templates/show_now_playing_row.inc.php')
-rw-r--r-- | templates/show_now_playing_row.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 4c80e462..afb5c3b7 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -20,9 +20,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Prepare the variables */ -$title = scrub_out(truncate_with_ellipsis($song->title,'25')); -$album = scrub_out(truncate_with_ellipsis($song->f_album_full,'25')); -$artist = scrub_out(truncate_with_ellipsis($song->f_artist_full,'25')); +$title = scrub_out(truncate_with_ellipsis($song->title)); +$album = scrub_out(truncate_with_ellipsis($song->f_album_full)); +$artist = scrub_out(truncate_with_ellipsis($song->f_artist_full)); ?> <div class="np_group"> <div class="np_cell cel_username"> |