diff --git a/application/controllers/information.php b/application/controllers/information.php index 5b63db40..36c24f69 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -2465,7 +2465,7 @@ class Information extends CI_Controller foreach ($feedback_array[0] as $index => $tag_name) { $city_name_string = $feedback_array[1][$index]; $city_name_list = explode(',', $city_name_string); - $feedback_list = $this->Feedback_model->get_feedback_by_city_list($city_name_list); + $feedback_list = $this->Feedback_model->get_feedback_by_city_list($city_name_list, FALSE); // 防止触发 Google 网络垃圾政策只返回前三条 $top3_feedback_list = array_slice($feedback_list, 0, 3); $feedback_content = $this->load->view( @@ -2489,7 +2489,7 @@ class Information extends CI_Controller if (!empty($feedback30_array)) { foreach ($feedback30_array[0] as $index => $tag_name) { $city_name = $feedback30_array[1][$index]; - $feedback_list = $this->Feedback_model->get_feedback_by_city_name($city_name); + $feedback_list = $this->Feedback_model->get_feedback_by_city_name($city_name, 30, FALSE); $feedback_30_content = $this->load->view( 'mobile_first/htravel-feedback-30-list', array('feedback_list' => $feedback_list), @@ -2512,7 +2512,7 @@ class Information extends CI_Controller $city_name_list = explode(',', $city_name_string); $feedback_city_list = []; foreach ($city_name_list as $index => $city_name) { - $feedback_list = $this->Feedback_model->get_feedback_by_city_name($city_name, 5); + $feedback_list = $this->Feedback_model->get_feedback_by_city_name($city_name, 5, FALSE); $data_name = str_replace(" ", "_", $city_name); $feedback_city_list[$data_name] = $feedback_list; } diff --git a/application/views/mobile_first/ch-feedback-list.php b/application/views/mobile_first/ch-feedback-list.php index eba994c5..003ead0b 100644 --- a/application/views/mobile_first/ch-feedback-list.php +++ b/application/views/mobile_first/ch-feedback-list.php @@ -1,13 +1,13 @@

Discover real reviews of Highlights Travel Family's best-rated service across trusted platforms.

- Trip Advisor certificate of 2024 + Trip Advisor certificate of 2025
$feedback) { ?> diff --git a/application/views/mobile_first/ch-feedback-newest.php b/application/views/mobile_first/ch-feedback-newest.php index 65abed41..eb76bc52 100644 --- a/application/views/mobile_first/ch-feedback-newest.php +++ b/application/views/mobile_first/ch-feedback-newest.php @@ -1,6 +1,6 @@

Discover real reviews of Highlights Travel Family's best-rated service across trusted platforms.

-Trip Advisor certificate of 2024 +Trip Advisor certificate of 2024
@@ -8,7 +8,7 @@ $feedback) {?> diff --git a/application/views/mobile_first/ch-pc.php b/application/views/mobile_first/ch-pc.php index 0a1e160a..709d9943 100644 --- a/application/views/mobile_first/ch-pc.php +++ b/application/views/mobile_first/ch-pc.php @@ -348,11 +348,14 @@ -
+ + +
+ --> + +

Sign up to Our Newsletter

@@ -463,7 +466,6 @@ rel="nofollow">African Safari
-
@@ -476,11 +478,9 @@ style="float: left; margin-right: 10px; width: 170px; height: 121px;" alt="China Highlights logo" />
- - - + Trip Advisor rating + Rated 5 out of 5 | 98.8% Excellence
China Highlights International
Travel Service Co., LTD
diff --git a/application/views/mobile_first/ch.php b/application/views/mobile_first/ch.php index 3a61312e..7515ef25 100644 --- a/application/views/mobile_first/ch.php +++ b/application/views/mobile_first/ch.php @@ -344,11 +344,14 @@ Create Your Trip -
+ + +
+ --> + +

Sign up to Our Newsletter

@@ -454,21 +457,23 @@
-
China Highlights Logo -

China Highlights International
- Travel Service Co., LTD

- - - - +

China Highlights International
+ Travel Service Co., LTD + Trip Advisor rating + Rated 5 out of 5 | 98.8% Excellence
+

Follow Us
    diff --git a/application/views/mobile_first/gh-feedback-30-list.php b/application/views/mobile_first/gh-feedback-30-list.php index c5a492bc..2fb27e66 100644 --- a/application/views/mobile_first/gh-feedback-30-list.php +++ b/application/views/mobile_first/gh-feedback-30-list.php @@ -1,17 +1,13 @@

    Discover real reviews of Highlights Travel Family's best-rated service across trusted platforms.

    -
    -
    Trip Advisor 2024 certificate -
    -
    -Tour Review -
    -
    + +Trip Advisor 2024 certificate + $feedback) {?>
$feedback) {?>