diff --git a/player_titres.php b/player_titres.php index 221c52b..ea56216 100644 --- a/player_titres.php +++ b/player_titres.php @@ -77,6 +77,12 @@ if ($cover=="1") { $cover = "img/rdb.png"; } +// Si aucune info +if ($interp=="" and $titre=="") { + $interp = "Aucune information"; + $titre = "disponible"; +} + ?>