* @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 */ ?> fullname); ?>
format_favorites($favorite_artists); $title = '' . get_user_icon('all', _('Favorite Artists')) . ' ' . _('Favorite Artists'); show_info_box($title,'artist',$items); } else { echo "" . _('Not Enough Data') . ""; } ?> | format_favorites($favorite_albums); $title = '' . get_user_icon('all', _('Favorite Albums')) . ' ' . _('Favorite Albums'); show_info_box($title,'album',$items); } else { echo "" . _('Not Enough Data') . ""; } ?> | format_favorites($favorite_songs); $title = '' . get_user_icon('all', _('Favorite Songs')) . ' ' . _('Favorite Songs'); show_info_box($title,'your_song',$items); } else { echo "" . _('Not Enough Data') . ""; } ?> |