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.
34 lines
2.1 KiB
PHP
34 lines
2.1 KiB
PHP
|
|
<p style="text-align: center;margin-top: 80px;margin-bottom: 0;padding-bottom: 0;">Discover real reviews of <a href="/aboutus/highlights-travel-family.htm">Highlights Travel Family</a>'s best-rated service across trusted platforms.</p>
|
|
<div class="visible-xs" style="margin-top: 30px; ">
|
|
<img class="img-responsive" height="69" src="https://images.chinahighlights.com/allpicture/2024/07/22bf1a7554fc4906bdeaa6536ffe514b_cut_175x68_241_1719916246.png" style="width: 175px; margin: 0 auto;
|
|
display: block;" width="175" alt="Trip Advisor certificate of 2024">
|
|
|
|
</div>
|
|
<div class="table-responsive" style="margin-bottom: 20px;" rel="nofollow">
|
|
<table style="width: max-content;">
|
|
<tbody>
|
|
<tr>
|
|
<td class="hidden-xs feedback_logo">
|
|
<img class="img-responsive" height="69" src="https://images.asiahighlights.com/allpicture/2024/12/548c9984fbf9410a912fe678fcf4b05e_cut_181x215_241_1733311371.png" style="margin: 0px auto; " width="120" alt="Trip Advisor certificate of 2024">
|
|
</td>
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
<td class="tour_feedback feedback_content">
|
|
<strong>
|
|
<?php echo $feedback['title'] ?>
|
|
</strong>
|
|
<img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.asiahighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.chinahighlights.com/allpicture/2024/12/e076842fe2bd4e7c88a01a8629cb1838_cut_80x14_241_1733322446.png'; } ?>" style="height: 17px; width: auto;" alt="Tour Review">
|
|
<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['createdOn'] ?>, <?php echo $feedback['customer'] ?>
|
|
</div>
|
|
</td>
|
|
<?php }?>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|