output->set_status_header(404); $data = array(); $data['seo_title'] = 'What Are You Looking for at Asia Highlights Travel'; $data['seo_keywords'] = ''; $data['seo_description'] = ''; $this->load->view('header', $data); $this->load->view('error/404'); $this->load->view('footer'); } } /* End of file welcome.php */ /* Location: ./application/controllers/welcome.php */