|
|
|
|
@ -1,3 +1,4 @@
|
|
|
|
|
<div class="feedback_block" style="background: #eee;">
|
|
|
|
|
<h2 style="text-align: center; position: relative; display: inline-block; width: 100%;padding: 0;">
|
|
|
|
|
Travelers <span class="review_heart">❤</span> Japan
|
|
|
|
|
Highlights<span class="review-aggregate__info" aria-label="Open"><svg version="1.1"
|
|
|
|
|
@ -34,7 +35,7 @@
|
|
|
|
|
<?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; filter: brightness(160%);" alt="tour rating">
|
|
|
|
|
style="height: 15px; width: auto; filter: brightness(160%);" alt="tour rating">
|
|
|
|
|
<strong>
|
|
|
|
|
<?php echo $feedback['title'] ?>
|
|
|
|
|
</strong>
|
|
|
|
|
@ -58,6 +59,7 @@
|
|
|
|
|
alt="Tour Review" loader="lazy"
|
|
|
|
|
originalsrc="https://images.chinahighlights.com/allpicture/2024/12/c81b67573a2d40d6922e95b33aeaf03d_cut_80x14_241_1733323252.png">.
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<script>
|
|
|
|
|
document.addEventListener('DOMContentLoaded', function () {
|
|
|
|
|
const infoIcon = document.querySelector('.review-aggregate__info');
|
|
|
|
|
|