You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
38 lines
2.1 KiB
PHP
38 lines
2.1 KiB
PHP
|
|
<p style="text-align: center;margin-top: 80px;">Discover real reviews of <a href="/about-us/highlights-travel-family">Highlights Travel Family</a>'s best-rated service across trusted platforms.</p>
|
|
<div class="visible-xs" style="margin: 20px 20px 90px 20px; ">
|
|
<img class="img-responsive" height="69" src="https://images.chinahighlights.com/allpicture/2025/07/375a45ec2c3b4df3b06e0e13f7512ec0_cut_160x75_241_1753788739.jpg" style="float: left; width: 150px; margin: 0 auto;
|
|
display: block;" width="175" alt="Trip Advisor 2025 certificate">
|
|
</div>
|
|
<div class="table-responsive" style="margin-bottom: 20px; width: 100%;">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td class="hidden-xs">
|
|
<div class="feedback_logo">
|
|
<img class="img-responsive" height="69" src="https://images.chinahighlights.com/allpicture/2025/07/1f20a517e5294f7db6dcee755ca32735_cut_200x221_241_1753787119.png" style="margin: 0px auto; " width="175" alt="Trip Advisor 2025 certificate"></div>
|
|
</td>
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
<td>
|
|
<div class="tour_feedback">
|
|
<div class="feedback_content">
|
|
<strong>
|
|
<?php echo $feedback['title'] ?>
|
|
</strong>
|
|
<p class="feedback_rating"><img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://data.asiahighlights.com/pic/trustpilot-new-icon.png'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.chinahighlights.com/allpicture/2024/12/c81b67573a2d40d6922e95b33aeaf03d_cut_80x14_241_1733323252.png'; } ?>" alt="Tour Review" style="height: 17px; width: auto;filter: brightness(170%);"></p>
|
|
<p>
|
|
<?php echo $feedback['content'] ?>
|
|
</p>
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a>
|
|
<div class="customer_name">
|
|
<?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</td>
|
|
<?php }?>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|