Added TMDB as a identifier.
BIN
images/29.jpg
Normal file
After Width: | Height: | Size: 224 KiB |
BIN
images/30.jpg
Normal file
After Width: | Height: | Size: 325 KiB |
BIN
images/31.jpg
Normal file
After Width: | Height: | Size: 290 KiB |
BIN
images/32.jpg
Normal file
After Width: | Height: | Size: 276 KiB |
BIN
images/33.jpg
Normal file
After Width: | Height: | Size: 780 KiB |
BIN
images/34.jpg
Normal file
After Width: | Height: | Size: 422 KiB |
BIN
images/35.jpg
Normal file
After Width: | Height: | Size: 541 KiB |
BIN
images/36.jpg
Normal file
After Width: | Height: | Size: 296 KiB |
BIN
images/37.jpg
Normal file
After Width: | Height: | Size: 253 KiB |
BIN
images/38.jpg
Normal file
After Width: | Height: | Size: 122 KiB |
@ -265,7 +265,10 @@ while ($row = $series->fetchArray()) {
|
||||
$identifierURL = 'https://www.librarything.com/isbn/';
|
||||
} elseif ($row_id_type == 'oclc') {
|
||||
$identifierURL = 'https://worldcat.org/title/';
|
||||
} else { $identifierURL = '#';
|
||||
} elseif ($row_id_type == 'tmdb') {
|
||||
$identifierURL = 'https://www.themoviedb.org/movie/';
|
||||
} else {
|
||||
$identifierURL = '#';
|
||||
}
|
||||
echo '<span style="margin-left: 10px;">'.$row_id_type.': <a href="'.$identifierURL.$row_id_val.'" target="_blank">'.$row_id_val.'</a></span><br />';
|
||||
}
|
||||
|