|
|
@ -1,22 +1,25 @@
|
|
|
|
<div class="right_tour">
|
|
|
|
<div class="right_tour">
|
|
|
|
<div class="info_ad_title" style="display: flex;">Popular tours</div>
|
|
|
|
|
|
|
|
<div class="right_ad_list">
|
|
|
|
<div class="right_ad_list popular_tours">
|
|
|
|
|
|
|
|
<div class="info_ad_title" style="display: flex;">Popular tours</div>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<?php foreach ($tips_right_a as $index => $info) {?>
|
|
|
|
<?php foreach ($tips_right_a as $index => $info) {?>
|
|
|
|
<li><a href="<?php echo $info->ic_url ?>" id="right_ad_list_tours"><?php echo $info->ic_title ?></a></li>
|
|
|
|
<li><a href="<?php echo $info->ic_url ?>" id="right_ad_list_tours"><?php echo $info->ic_title ?></a></li>
|
|
|
|
<?php }?>
|
|
|
|
<?php }?>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="info_ad_title" style="display: flex;">Make the most of your time</div>
|
|
|
|
|
|
|
|
<div class="right_ad_list">
|
|
|
|
<div class="right_ad_list make_most_time">
|
|
|
|
|
|
|
|
<div class="info_ad_title" style="display: flex;">Make the most of your time</div>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<?php foreach ($tips_right_b as $index => $info) {?>
|
|
|
|
<?php foreach ($tips_right_b as $index => $info) {?>
|
|
|
|
<li><a href="<?php echo $info->ic_url ?>" id="right_ad_list_plan"><?php echo $info->ic_title ?></a></li>
|
|
|
|
<li><a href="<?php echo $info->ic_url ?>" id="right_ad_list_plan"><?php echo $info->ic_title ?></a></li>
|
|
|
|
<?php }?>
|
|
|
|
<?php }?>
|
|
|
|
</ul>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="info_ad_title" style="display: flex;">Choose the best time to visit</div>
|
|
|
|
|
|
|
|
<div class="right_ad_list">
|
|
|
|
<div class="right_ad_list best_time_visit">
|
|
|
|
|
|
|
|
<div class="info_ad_title" style="display: flex;">Choose the best time to visit</div>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<?php foreach ($tips_right_c as $index => $info) {?>
|
|
|
|
<?php foreach ($tips_right_c as $index => $info) {?>
|
|
|
|
<li><a href="<?php echo $info->ic_url ?>" id="right_ad_list_weather"><?php echo $info->ic_title ?></a></li>
|
|
|
|
<li><a href="<?php echo $info->ic_url ?>" id="right_ad_list_weather"><?php echo $info->ic_title ?></a></li>
|
|
|
|