|
|
@ -59,7 +59,7 @@ class Information extends CI_Controller {
|
|
|
|
$this->load->view('header', $data);
|
|
|
|
$this->load->view('header', $data);
|
|
|
|
$this->load->view('information_' . $data['detail']->ic_template);
|
|
|
|
$this->load->view('information_' . $data['detail']->ic_template);
|
|
|
|
$this->load->view('footer');
|
|
|
|
$this->load->view('footer');
|
|
|
|
$this->output->cache(10080);
|
|
|
|
$this->output->cache(0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|