更改顾问反馈标题

master
黄文强@HWQ-PC 11 months ago
parent 8dd89abc0e
commit 7e18183df1

@ -2011,7 +2011,10 @@ class Information extends CI_Controller
$feedback_list = $this->Feedback_model->get_feedback_by_advisor_name($advisor_name);
$feedback_content = $this->load->view(
'mobile_first/gh-feedback-advisor-list',
array('feedback_list' => $feedback_list),
array(
'feedback_list' => $feedback_list,
'advisor_name' => $advisor_name
),
true
);
$information->ic_content = str_replace(

@ -1,5 +1,5 @@
<p style="text-align: center;margin-top: 80px;margin-bottom: 0;clear:both;">Discover real reviews of <a href="/about-us/highlights-travel-family">Highlights Travel Family</a>'s best-rated service across trusted platforms. </p>
<h2 style="text-align:center,">what the clients say About <?php echo $advisor_name?></h2>
<div class="visible-xs" style="margin: 20px 20px 110px 20px; ">
<img class="img-responsive" height="69" src="https://images.chinahighlights.com/allpicture/2024/07/22bf1a7554fc4906bdeaa6536ffe514b_cut_175x68_241_1719916246.png" style="float: left; width: 150px; margin: 0 auto;
display: block;" width="175" alt="Trip Advisor 2024 certificate">

Loading…
Cancel
Save