add condition for no metadata

This commit is contained in:
Samuel Vermeulen 2024-06-12 00:39:16 +02:00
parent 08540e803e
commit 34bd739868

View File

@ -77,6 +77,12 @@ if ($cover=="1") {
$cover = "img/rdb.png";
}
// Si aucune info
if ($interp=="" and $titre=="") {
$interp = "Aucune information";
$titre = "disponible";
}
?>
<table>
<tr>