correction beug header + footer + css & php pour les playlist

This commit is contained in:
2024-06-05 14:57:43 +02:00
parent 1768f21e86
commit 9d492207b0
8 changed files with 33 additions and 101 deletions

View File

@@ -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');
}
}