\n";
}
if (conf('use_auth')) {
echo "\t$np_user->fullname | \n";
}
echo "\ttitle) . "\" href=\"$web_path/song.php?action=m3u&song=$song->id\">$text | \n";
echo "\tf_artist) . "\" href=\"$web_path/artists.php?action=show&artist=$song->artist\">$song->f_artist / ";
echo "\talbum\">$song->f_album | ";
if (conf('play_album_art')) {
echo "\t";
$aa_url = $web_path . "/albumart.php?id=$song->album&type=popup";
echo "";
echo " album&fast=1&thumb=1\" alt=\"Album Art\" height=\"75\" />";
echo "\n";
echo "\t | \n";
echo "
\n";
} // if album art on now playing
else { echo "\n"; }
} // if it's a song
} // while we're getting songs
?>