|
|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<?php if (!empty($recommands['Tour A']) || !empty($recommands['Tour B']) || !empty($recommands['Tour C']) || !empty($recommands['Tour D'])) { ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<h2 style="text-align: center;">Recommended Tours</h2>
|
|
|
|
|
<h2 style="text-align: center; margin-top:0;">Recommended Tours</h2>
|
|
|
|
|
|
|
|
|
|
<div class="swiper" id='tourSwiper'>
|
|
|
|
|
<div class="swiper-wrapper">
|
|
|
|
|
@ -148,7 +148,7 @@
|
|
|
|
|
|
|
|
|
|
<?php if (!empty($recommands['Article A']) || !empty($recommands['Article B']) || !empty($recommands['Article C']) || !empty($recommands['Article D'])) { ?>
|
|
|
|
|
|
|
|
|
|
<h2 style="text-align: center;">Recommended Articles</h2>
|
|
|
|
|
<h2 style="text-align: center; margin-top:0;">Recommended Articles</h2>
|
|
|
|
|
|
|
|
|
|
<div class="swiper" id='articleSwiper'>
|
|
|
|
|
<div class="swiper-wrapper">
|
|
|
|
|
|