correction beug header + footer + css & php pour les playlist
This commit is contained in:
@@ -10,14 +10,14 @@ class Playlist extends CI_Controller {
|
||||
|
||||
public function index(){
|
||||
$playlists = $this->model_music->getPlaylist();
|
||||
// $this->load->view('layout/header');
|
||||
$this->load->view('layout/header');
|
||||
$this->load->view('playlist_list', ['playlists' => $playlists]);
|
||||
$this->load->view('layout/footer');
|
||||
}
|
||||
|
||||
public function view(){
|
||||
$playlists = $this->model_music->deletePlaylist();
|
||||
//$this->load->view('layout/header_album');
|
||||
$this->load->view('layout/header');
|
||||
$this->load->view('playlist_list', ['playlists' => $playlists]);
|
||||
$this->load->view('layout/footer');
|
||||
}
|
||||
@@ -35,7 +35,7 @@ class Playlist extends CI_Controller {
|
||||
}
|
||||
|
||||
public function MenuCreate() {
|
||||
//$this->load->view('layout/header_album');
|
||||
$this->load->view('layout/header');
|
||||
$this->load->view('create_playlist');
|
||||
$this->load->view('layout/footer');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user