|
|
@ -1,4 +1,66 @@
|
|
|
|
<div class="nextcontext">
|
|
|
|
<div class="nextcontext">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article A']) || !empty($recommands['Article B']) || !empty($recommands['Article C']) || !empty($recommands['Article D'])){ ?>
|
|
|
|
|
|
|
|
<h2 class="nexttitle">Related Articles</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article A'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article A']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article A']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article A']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article A']->ic_url; ?>"> <?php echo $recommands['Article A']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article B'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article B']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article B']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article B']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article B']->ic_url; ?>"> <?php echo $recommands['Article B']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article C'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article C']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article C']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article C']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article C']->ic_url; ?>"> <?php echo $recommands['Article C']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article D'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article D']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article D']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article D']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article D']->ic_url; ?>"> <?php echo $recommands['Article D']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Tour A']) || !empty($recommands['Tour B']) || !empty($recommands['Tour C']) || !empty($recommands['Tour D'])){ ?>
|
|
|
|
<?php if(!empty($recommands['Tour A']) || !empty($recommands['Tour B']) || !empty($recommands['Tour C']) || !empty($recommands['Tour D'])){ ?>
|
|
|
|
<h2 class="nexttitle">Visit Vietnam with Asia Highlights</h2>
|
|
|
|
<h2 class="nexttitle">Visit Vietnam with Asia Highlights</h2>
|
|
|
|
<p class="nextinfo">Asia Highlights welcomes the chance to help you design your perfect trip to Vietnam.
|
|
|
|
<p class="nextinfo">Asia Highlights welcomes the chance to help you design your perfect trip to Vietnam.
|
|
|
@ -58,63 +120,6 @@
|
|
|
|
<?php } ?>
|
|
|
|
<?php } ?>
|
|
|
|
<?php } ?>
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article A']) || !empty($recommands['Article B']) || !empty($recommands['Article C']) || !empty($recommands['Article D'])){ ?>
|
|
|
|
|
|
|
|
<h2 class="nexttitle">Related Articles</h2>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article A'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article A']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article A']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article A']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article A']->ic_url; ?>"> <?php echo $recommands['Article A']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article B'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article B']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article B']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article B']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article B']->ic_url; ?>"> <?php echo $recommands['Article B']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article C'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article C']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article C']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article C']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article C']->ic_url; ?>"> <?php echo $recommands['Article C']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<?php if(!empty($recommands['Article D'])){ ?>
|
|
|
|
|
|
|
|
<div class="nextarticle">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article D']->ic_url; ?>"> <img
|
|
|
|
|
|
|
|
src="https://data.asiahighlights.com/grey.gif" loader="lazy"
|
|
|
|
|
|
|
|
originalsrc="<?php echo $recommands['Article D']->mobile_photo; ?>"
|
|
|
|
|
|
|
|
class="img-responsive" alt="<?php echo $recommands['Article D']->ic_title; ?>"></a>
|
|
|
|
|
|
|
|
<div class="nextarticlebg">
|
|
|
|
|
|
|
|
<div class="nextarticlename">
|
|
|
|
|
|
|
|
<a href="<?php echo $recommands['Article D']->ic_url; ?>"> <?php echo $recommands['Article D']->ic_title; ?> </a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|