correction de la page de connexion
This commit is contained in:
@@ -10,7 +10,7 @@ class InscriptionController extends CI_Controller {
|
||||
|
||||
public function inscription() {
|
||||
$this->load->view('layout/header');
|
||||
$this->load->view('inscription');
|
||||
$this->load->view('connexion');
|
||||
$this->load->view('layout/footer');
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@ class InscriptionController extends CI_Controller {
|
||||
$data['confirmation_message'] = "Inscription réussie ! Vous êtes maintenant inscrit.";
|
||||
|
||||
$this->load->view('layout/header');
|
||||
$this->load->view('inscription', $data);
|
||||
$this->load->view('connexion', $data);
|
||||
$this->load->view('layout/footer');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user