fullname . ' ' . _('Favorites')); ?>
format_favorites($favorite_artists); $title = '' . get_user_icon('all') . ' ' . _('Favorite Artists'); show_info_box($title,'artist',$items); } else { echo "" . _('Not Enough Data') . ""; } ?> format_favorites($favorite_albums); $title = '' . get_user_icon('all') . ' ' . _('Favorite Albums'); show_info_box($title,'album',$items); } else { echo "" . _('Not Enough Data') . ""; } ?> format_favorites($favorite_songs); $title = '' . get_user_icon('all') . ' ' . _('Favorite Songs'); show_info_box($title,'your_song',$items); } else { echo "" . _('Not Enough Data') . ""; } ?>