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.
26 lines
1.1 KiB
PHTML
26 lines
1.1 KiB
PHTML
2 years ago
|
|
||
|
<img class="img-responsive" height="69" src="https://data.asiahighlights.com/image/forms/ah-ta-2023-certificate.png" style="float: left; width: 150px; margin: 0 auto;
|
||
|
display: block;" width="175">
|
||
|
<img height="40" src="https://data.asiahighlights.com/image/forms/ah-ch-gh-tp-rating.png" style="width: 120px; height: auto; display: block;
|
||
|
float: right;" width="211">
|
||
|
|
||
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
||
|
<div class="tour_feedback_right">
|
||
|
<div class="feedback_content_right">
|
||
|
<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 }?>
|
||
|
|
||
|
|