//var_dump();
//exit;
$couleurPlaylist = str_replace('#','',$detailPlaylist["LIB_COULEURFRONT"]);
foreach ($detailFichiersPlaylist as $monFichier)
{
//var_dump($monFichier);
//exit;
$lienFichier = $idLabel.'/'.$monFichier['ID_FICHIER'].'.mp3';
$nomFichier = $monFichier['LIB_FICHIERBRUT'];
$nomFichier = str_replace('_',' ',$nomFichier);
$nomFichier = str_replace("'","’",$nomFichier);
$nomFichier = str_replace('.mp3',' ',$nomFichier);
$nomFichier = str_replace('.MP3',' ',$nomFichier);
$nomFichier = addslashes($nomFichier);
$urlToLike = urlencode($http."/facebook/morceau/".$idPlaylist."/".$idLabel."/".$monFichier['ID_FICHIER'].".mp3");
?>
print ucwords(strtolower($nomFichier)) ?>
}
if($cache)
{
ob_end_flush();
}
?>