load->helper('url'); $this->load->helper('html'); } public function index() { $this->load->view('layout/header_dark'); $this->load->view('mentions-legals'); $this->load->view('layout/footer_dark'); } }