Correction des chemins

This commit is contained in:
stiti
2024-05-20 16:31:29 +02:00
parent 03e1f43d2d
commit 85553ae9cb
7 changed files with 25 additions and 29 deletions

View File

@@ -15,6 +15,5 @@ public function index() {
$this->load->view('accueil', $data);
$this->load->view('layout/footer_dark');
}
}
?>