You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
851 B
PHTML
24 lines
851 B
PHTML
2 years ago
|
<div class="info_ad_title" style="display: flex;">Choose best time to visit</div>
|
||
|
<div class="right_ad_list">
|
||
|
<ul>
|
||
|
<?php foreach ($tips_right_first as $index => $info) {?>
|
||
2 years ago
|
<li><a href="<?php echo $info->ic_url ?>"><?php echo $info->ic_title ?></a></li>
|
||
2 years ago
|
<?php }?>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="info_ad_title" style="display: flex;">Popular Asia tours</div>
|
||
|
<div class="right_ad_list">
|
||
|
<ul>
|
||
|
<?php foreach ($tips_right_second as $index => $info) {?>
|
||
2 years ago
|
<li><a href="<?php echo $info->ic_url ?>"><?php echo $info->ic_title ?></a></li>
|
||
2 years ago
|
<?php }?>
|
||
|
</ul>
|
||
|
</div>
|
||
|
<div class="info_ad_title" style="display: flex;">Make the most of Your Time</div>
|
||
|
<div class="right_ad_list">
|
||
|
<ul>
|
||
|
<?php foreach ($tips_right_third as $index => $info) {?>
|
||
2 years ago
|
<li><a href="<?php echo $info->ic_url ?>"><?php echo $info->ic_title ?></a></li>
|
||
2 years ago
|
<?php }?>
|
||
|
</ul>
|
||
|
</div>
|