|
|
@ -18,7 +18,7 @@ class Index extends CI_Controller {
|
|
|
|
$this->permission->is_admin();
|
|
|
|
$this->permission->is_admin();
|
|
|
|
$data = array();
|
|
|
|
$data = array();
|
|
|
|
$data['city'] = $city;
|
|
|
|
$data['city'] = $city;
|
|
|
|
$data['ta_review_list'] = $this->Tripadvisor_Review_model->search(30, $data['city']);
|
|
|
|
$data['ta_review_list'] = $this->Tripadvisor_Review_model->search(200, $data['city']);
|
|
|
|
$this->load->view('bootstrap3/header', $data);
|
|
|
|
$this->load->view('bootstrap3/header', $data);
|
|
|
|
$this->load->view('welcome');
|
|
|
|
$this->load->view('welcome');
|
|
|
|
$this->load->view('bootstrap3/footer');
|
|
|
|
$this->load->view('bootstrap3/footer');
|
|
|
|