master
candice 11 months ago
parent 8c91de2b94
commit 34f2fbd3fa

@ -6,7 +6,7 @@
<div style="margin: 0 10px;"> <div style="margin: 0 10px;">
<img alt="Tour Review" class="img-responsive" src="https://images.asiahighlights.com/allpicture/2024/04/0c58b3494bc04eeb9c5d3bdf55e55fad_cut_200x111_241.jpg"> <img alt="Tour Review" class="img-responsive" src="https://images.asiahighlights.com/allpicture/2024/04/0c58b3494bc04eeb9c5d3bdf55e55fad_cut_200x111_241.jpg">
</div> </div>
</div> </div>
<?php foreach ($feedback_list as $index => $feedback) {?> <?php foreach ($feedback_list as $index => $feedback) {?>
<div class="feedback_content"> <div class="feedback_content">

@ -25,8 +25,7 @@
<a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a> <a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a>
<div class="customer_name"> <div class="customer_name">
<?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?> <?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?>
</div> </div>
</td> </td>
<?php }?> <?php }?>
</tr> </tr>

@ -13,8 +13,7 @@
<?php }?> <?php }?>
<?php }?> <?php }?>
<!-- Vietnam --> <!-- Vietnam -->
<?php if (!empty($Hanoi)) {?> <?php if (!empty($Hanoi)) {?>
<?php foreach ($Hanoi as $index => $feedback) {?> <?php foreach ($Hanoi as $index => $feedback) {?>

@ -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"> <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> </td>
<?php foreach ($feedback_list as $index => $feedback) {?> <?php foreach ($feedback_list as $index => $feedback) {?>
<td class="tour_feedback feedback_content"> <td class="tour_feedback feedback_content">
<strong> <strong>
<?php echo $feedback['title'] ?> <?php echo $feedback['title'] ?>
</strong> </strong>
@ -27,8 +26,7 @@
<a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a> <a href="<?php echo $feedback['url'] ?>" target="_blank" rel="nofollow">More</a>
<div class="customer_name"> <div class="customer_name">
<?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?> <?php echo $feedback['customer'] ?>, <?php echo $feedback['createdOn'] ?>
</div> </div>
</td> </td>
<?php }?> <?php }?>
</tr> </tr>

@ -37,4 +37,4 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
Loading…
Cancel
Save