|
|
|
@ -15,7 +15,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<?php foreach ($feedback_list as $index => $feedback) {?>
|
|
|
|
|
<div class="feedback_content">
|
|
|
|
|
<strong><?php echo $feedback['title'] ?></strong>
|
|
|
|
|
<strong style="height: auto;"><?php echo $feedback['title'] ?></strong>
|
|
|
|
|
<p class="feedback_rating"><img src="<?php if (strpos($feedback['url'], 'trustpilot.com') == true) { echo 'https://data.asiahighlights.com/pic/trustpilot-new-icon.png'; } else if (strpos($feedback['url'], 'tripadvisor.com') == true) { echo 'https://data.chinahighlights.com/image/aboutus/feedback/five-star.png'; } ?>"></p>
|
|
|
|
|
<p><?php echo $feedback['content'] ?></p>
|
|
|
|
|
<a href="<?php echo $feedback['url'] ?>" target="_blank">More</a>
|
|
|
|
|