add condition for no metadata
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user