Gestion playlist et css

This commit is contained in:
2024-06-18 20:28:49 +02:00
parent a47749459f
commit 2daa74732b
9 changed files with 142 additions and 109 deletions

View File

@@ -18,7 +18,7 @@
</form>
<?php if(isset($is_search) && $is_search): ?>
<form action="<?= site_url('Albums'); ?>" method="get" class="back-form">
<form action="<?= site_url('Artistes'); ?>" method="get" class="back-form">
<button type="submit" class="back-button">Retour à la liste complète</button>
</form>
<?php endif; ?>