增加标签 NEWEST_FEEDBACK_10
parent
b9eaff1db5
commit
8fc3933256
@ -0,0 +1,23 @@
|
||||
<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>
|
||||
<?php foreach ($feedback_list as $index => $feedback) {?>
|
||||
<div class="tour_feedback">
|
||||
<div class="feedback_content">
|
||||
<strong><?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 }?>
|
||||
</div>
|
Loading…
Reference in New Issue