crea BD playlist + liste des playlists

This commit is contained in:
2024-05-30 16:14:38 +02:00
parent 83f2697666
commit f1638ed865
7 changed files with 44 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ class artistes extends CI_Controller {
$AlbumsOfArtist = $this->model_music->getAlbumsOfArtist($AlbumsOfArtistId);
$this->load->view('layout/header_artistes');
$this->load->view('albums_artist_list',['AlbumsOfArtist'=>$AlbumsOfArtist]);
$this->load->view('layout/footer');
$this->load->view('layout/footer_artistes');
}
}