|
|
|
@ -15,8 +15,7 @@
|
|
|
|
|
<img class="img-responsive" height="69" src="https://images.asiahighlights.com/allpicture/2024/04/b3e0271ca0874b7cb0342ea6f2987723_cut_175x68_241.jpg" style="margin: 0px auto; " width="175" alt="Tour Review"> <img alt="Tour Review" class="img-responsive" height="278" src="https://images.asiahighlights.com/allpicture/2024/04/0c58b3494bc04eeb9c5d3bdf55e55fad_cut_200x111_241.jpg" style="width: 170px; display: block; margin: 10px auto 0px; " width="1133">
|
|
|
|
|
</td>
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
|
<td class="tour_feedback feedback_content">
|
|
|
|
|
|
|
|
|
|
<td class="tour_feedback feedback_content">
|
|
|
|
|
<strong>
|
|
|
|
|
<?php echo $feedback['title'] ?>
|
|
|
|
|
</strong>
|
|
|
|
@ -27,8 +26,7 @@
|
|
|
|
|
<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>
|
|
|
|
|
</td>
|
|
|
|
|
<?php }?>
|
|
|
|
|
</tr>
|
|
|
|
|