add condition for no metadata
This commit is contained in:
parent
08540e803e
commit
34bd739868
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user