23 lines
366 B
PHP
23 lines
366 B
PHP
<div style="text-align: center; margin-top: 30px;">
|
|
<h2>Résultats de recherche pour "<?= html_escape($search) ?>"</h2>
|
|
|
|
<?php if (empty($tvshows)): ?>
|
|
<p>Désolé, "<strong><?= html_escape($search) ?></strong>" n'est pas dans notre catalogue.</p>
|
|
<?php endif; ?>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|