ajout menu déroulant + bouton +

This commit is contained in:
2024-06-05 11:14:54 +02:00
parent ee261d214e
commit f8cb928280
16 changed files with 230 additions and 51 deletions

View File

@@ -14,4 +14,4 @@ class Song extends CI_Controller {
$this->load->view('song_album_list',['songs'=>$songs]);
$this->load->view('layout/footer');
}
}
}