* @author Al Ayres * @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_lyrics.inc.php * show lyrics for selected song, if user has selected to do so in preferences * * Al Ayres * al.ayres@gmail.com * Modified: 02/24/2009 * * @todo get lyrics from id3tag, if possible. */ /* HINT: Song Title */ show_box_top(sprintf(_('%s Lyrics'), $song->title)); ?>
" . $return . ""; } ?>