crea BD playlist + liste des playlists
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user