ion_auth->in_group(array('admin'))) { redirect('home/permission'); } } public function index() { $this->load->view('home/dashboard'); // just the header file $this->load->view('list'); $this->load->view('home/footer'); // just the header file } /*Disclosure From Admin*/ public function disclosure_admin($id=null) { if(!$id){ redirect('disclosure_documents'); } // echo $id;die; $this->load->view('home/dashboard'); // just the header file $this->load->view('admin_disclosure'); $this->load->view('home/footer'); // just the header file } } /* End of file nurse.php */ /* Location: ./application/modules/nurse/controllers/nurse.php */