|
|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
|
<td class="tour_feedback feedback_content">
|
|
|
|
|
<div class="review_name"><?php echo $feedback['customer'] ?></div>
|
|
|
|
|
<div class="review_nationality"><?php echo $feedback['nationality'] ?></div> <img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/8bebcc898ce54b64a46ced58580966d4_cut_104x19_241.jpg'; } ?>" style="height: 17px; width: auto;" alt="tour rating">
|
|
|
|
|
<div class="review_nationality"><?php echo $feedback['nationality'] ?></div> <img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://images.japanhighlights.com/allpicture/2024/04/eba8a46e43514b55bb4e1dd15d9b5712_cut_211x40_241.jpg'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://images.chinahighlights.com/allpicture/2024/12/c81b67573a2d40d6922e95b33aeaf03d_cut_80x14_241_1733323252.png'; } ?>" style="height: 17px; width: auto;" alt="tour rating">
|
|
|
|
|
<strong>
|
|
|
|
|
<?php echo $feedback['title'] ?>
|
|
|
|
|
</strong>
|
|
|
|
|
|