|
|
<div class=topcontent>
|
|
|
<div class="infotopimage">
|
|
|
<?php if (!empty($meta_news_video) && !empty($meta_video_picture)) { ?>
|
|
|
<video autoplay="" controls="controls" id="bgvid" poster="<?php echo $meta_video_picture; ?>" src="<?php echo $meta_news_video; ?>" style="position: inherit;"> </video>
|
|
|
<?php }else{ ?>
|
|
|
<img src="<?php echo $meta_addon_picture; ?>"
|
|
|
alt="<?php echo !empty($information->ic_title)?$information->ic_title:'H1 title asiahighlights mobile first template'; ?>" class="img-responsive">
|
|
|
<?php } ?>
|
|
|
<div class="topbannerbg">
|
|
|
<div class="infocategory">
|
|
|
<a href="/" data-count="<?php echo count($breadcrumb_data) ?>">Home</a>
|
|
|
<?php foreach ($breadcrumb_data as $index => $item) {?>
|
|
|
<a href="<?php echo $item['ic_url'] ?>" data-index="<?php echo $index ?>" data-is-id="<?php echo $item['is_id'] ?>"><?php echo $item['ic_url_title'] ?></a>
|
|
|
<?php }?>
|
|
|
<div class="top_banner_tp">
|
|
|
<img src="https://data.asiahighlights.com/image/forms/ah-top-banner-tp-rating.png" alt="Asia Highlights TrustPilot rating" class="img-responsive">
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="infotoptitle">
|
|
|
<h1 class="whitefont"><?php echo !empty($information->ic_title)?$information->ic_title:'H1 title asiahighlights mobile first template'; ?></h1>
|
|
|
<div class="authorupdate">By <strong><?php echo !empty($author)?$author:''; ?></strong>Updated <?php echo date("M. j, Y",strtotime($information->ic_datetime)); ?></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<?php if ($ads_by_google) { ?>
|
|
|
<style>
|
|
|
#adsense-head-ads {
|
|
|
height: 427px;
|
|
|
min-height: 427px;
|
|
|
background: url(https://data.viaggio-in-cina.it/information-view/information/img/adsense.gif) center center no-repeat;
|
|
|
}
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#adsense-head-ads {
|
|
|
height: 320px;
|
|
|
min-height: 320px;
|
|
|
}
|
|
|
}
|
|
|
</style>
|
|
|
<ins id="adsense-head-ads" class="adsbygoogle" style="display:block" data-ad-client="ca-pub-4231674166786366" data-ad-slot="1166484387" data-ad-format="auto" data-full-width-responsive="true"></ins>
|
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4231674166786366"
|
|
|
crossorigin="anonymous"></script>
|
|
|
<script>(adsbygoogle = window.adsbygoogle || []).push({});</script>
|
|
|
<?php } ?>
|
|
|
</div>
|
|
|
|