Bouton déconnexion
This commit is contained in:
@@ -15,7 +15,7 @@ class Albums extends CI_Controller {
|
||||
'albums' => $albums,
|
||||
'is_logged_in' => $is_logged_in
|
||||
);
|
||||
$this->load->view('layout/header',$data);
|
||||
$this->load->view('layout/header',$is_logged_in);
|
||||
$this->load->view('albums_list', $data);
|
||||
$this->load->view('layout/footer');
|
||||
}
|
||||
|
Reference in New Issue
Block a user