optimisation du code

This commit is contained in:
2024-05-30 13:49:35 +02:00
parent 046f3ed2e2
commit e390e7b393
34 changed files with 169 additions and 248 deletions

View File

@@ -1,11 +1,3 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Détails de la Playlist - Onzeur</title>
<link rel="stylesheet" href="<?php echo base_url('assets/css/playlist_view'); ?>">
</head>
<body>
<div class="container">
<!-- Messages Flash -->
<?php if($this->session->flashdata('success')): ?>
@@ -71,5 +63,4 @@
<a href="<?php echo site_url('playlists/add_artist/' . $playlist->id); ?>" class="btn btn-primary">Ajouter les musiques d'un artiste</a>
<a href="<?php echo site_url('playlists'); ?>" class="btn btn-secondary">Retour</a>
</div>
</body>
</html>
</body>