correction beug header + footer + css & php pour les playlist
This commit is contained in:
@@ -21,7 +21,7 @@ class Albums extends CI_Controller {
|
||||
$songs = [];
|
||||
}
|
||||
$this->load->view('layout/header');
|
||||
$this->load->view('song_album_list', ['songs' => $songs, 'album' => $album]);
|
||||
$this->load->view('song_album_list', ['songs' => $songs]);
|
||||
$this->load->view('layout/footer');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user