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.
29 lines
1.5 KiB
PHP
29 lines
1.5 KiB
PHP
<div class="right_tour">
|
|
<div class="feedback_logo" style="width: auto; display: flex;">
|
|
<img height="65" style="margin: 0px auto; " width="150"
|
|
src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" />
|
|
<img alt="Tour Review" class="img-responsive" height="278"
|
|
style="width: 140px; display: block; margin: 0 auto; " width="1133"
|
|
src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" />
|
|
</div>
|
|
<p style="text-align: center;
|
|
margin-top: 10px;
|
|
margin-bottom: 0;
|
|
font-size: 18px;
|
|
line-height: 21px;"><a href="https://www.chinahighlights.com/" target="blank">China Highlights</a>, Asia Highlights, and <a href="https://www.globalhighlights.com/" target="blank">Global Highlights</a> collaborate to provide families and couples with personalized and stress-free experiences in diverse destinations.</p>
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
<div class="tour_feedback" style="width: auto; height: auto;">
|
|
<div class="feedback_content">
|
|
<strong style="height: auto;"><?php echo $feedback['title'] ?></strong>
|
|
<p><?php echo $feedback['content'] ?></p>
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">more</a>
|
|
<div class="customer_name">
|
|
<?php echo $feedback['customer'] ?>,
|
|
<?php echo $feedback['createdOn'] ?>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
<?php }?>
|
|
<p style="margin-top: 20px;"><a href="/reviews">More reviews</a></p>
|
|
</div>
|