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); ?> |
|
|