* @copyright 2001 - 2011 Ampache.org * @license http://opensource.org/licenses/gpl-2.0 GPLv2 * @version PHP 5.2 * @link http://www.ampache.org/ * @since File available since Release 1.0 */ show_box_top($song->title); /* Prepare the variables */ $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)); ?>