|
|
@ -18,20 +18,31 @@
|
|
|
|
泰国,越南,柬埔寨,日本,印度,缅甸,中国
|
|
|
|
泰国,越南,柬埔寨,日本,印度,缅甸,中国
|
|
|
|
每条反馈包括:标题,正文,客人名字,反馈时间,反馈链接-->
|
|
|
|
每条反馈包括:标题,正文,客人名字,反馈时间,反馈链接-->
|
|
|
|
<?php foreach ($Bangkok as $index => $feedback) {?>
|
|
|
|
<?php foreach ($Bangkok as $index => $feedback) {?>
|
|
|
|
<div class="feedback_content">
|
|
|
|
<!-- Bangkok -->
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
<div class="feedback_content">
|
|
|
|
<p><?php echo $feedback['content'] ?></p>
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
|
|
|
<p><?php echo $feedback['content'] ?></p>
|
|
|
|
<div class="customer_name"><?php echo $feedback['customer'] ?>,<?php echo $feedback['createdOn'] ?></div>
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
|
|
|
</div>
|
|
|
|
<div class="customer_name"><?php echo $feedback['customer'] ?>,<?php echo $feedback['createdOn'] ?></div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
<?php }?>
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
<!-- Hanoi -->
|
|
|
|
<?php foreach ($Hanoi as $index => $feedback) {?>
|
|
|
|
<?php foreach ($Hanoi as $index => $feedback) {?>
|
|
|
|
<div class="feedback_content">
|
|
|
|
<div class="feedback_content">
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
<p><?php echo $feedback['content'] ?></p>
|
|
|
|
<p><?php echo $feedback['content'] ?></p>
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
|
|
|
<div class="customer_name"><?php echo $feedback['customer'] ?>,<?php echo $feedback['createdOn'] ?></div>
|
|
|
|
<div class="customer_name"><?php echo $feedback['customer'] ?>,<?php echo $feedback['createdOn'] ?></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
<!-- Yangon -->
|
|
|
|
|
|
|
|
<?php foreach ($Yangon as $index => $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>
|
|
|
|
<?php }?>
|
|
|
|
<?php }?>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="more_tours"><a href="/thailand/tours/">More Thailand reviews</a></div>
|
|
|
|
<div class="more_tours"><a href="/thailand/tours/">More Thailand reviews</a></div>
|
|
|
|