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.
54 lines
2.8 KiB
PHP
54 lines
2.8 KiB
PHP
<div class="topcontent">
|
|
<?php if (!empty($ic_photo)) { ?>
|
|
<img src="<?php echo $ic_photo; ?>"
|
|
alt="<?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?>" class="img-responsive" fetchpriority="high" layout="responsive">
|
|
<?php } ?>
|
|
<div class="top_image_bg hidden-xs">
|
|
<img src="https://images.chinahighlights.com/allpicture/2025/07/c23334baf40c43fc89730cc9392d92ae_cut_571x254_241_1753977508.png" class="img-responsive" alt="China Highlights was awarded by World Travel Award and Trip Advisor in 2024.">
|
|
|
|
|
|
</div> <?php if ($ads_by_google) { ?>
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4231674166786366"
|
|
crossorigin="anonymous"></script>
|
|
<?php } ?>
|
|
</div>
|
|
<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>
|
|
|
|
<h1><?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?></h1>
|
|
|
|
<?php
|
|
$OPI_CodeUrls = [
|
|
'zzy' => 'https://www.chinahighlights.com/aboutus/team/ruru-zhou.htm',
|
|
'2' => 'https://www.chinahighlights.com/aboutus/team/ruru-zhou.htm',
|
|
'HWT' => 'https://www.chinahighlights.com/aboutus/team/mike-he.htm',
|
|
'CA' => 'https://www.chinahighlights.com/aboutus/team/carol-wang.htm',
|
|
'SI' => 'https://www.chinahighlights.com/aboutus/team/simon-huang.htm',
|
|
'TJQ' => 'https://www.chinahighlights.com/aboutus/team/cindy-tang.htm',
|
|
'CLA' => 'https://www.chinahighlights.com/aboutus/team/claire-wang.htm',
|
|
'Albee' => 'https://www.chinahighlights.com/aboutus/team/albee-ning.htm',
|
|
'KM' => 'https://www.chinahighlights.com/aboutus/team/kimi-huang.htm',
|
|
'RY' => 'https://www.chinahighlights.com/aboutus/team/rita-yu.htm',
|
|
'QMY' => 'https://www.chinahighlights.com/aboutus/team/chris-quan.htm',
|
|
'CY' => 'https://www.chinahighlights.com/aboutus/team/cynthia-li.htm',
|
|
'Vicky' => 'https://www.chinahighlights.com/aboutus/team/vicky-leng.htm',
|
|
'LXW' => 'https://www.chinahighlights.com/aboutus/team/carper-li.htm',
|
|
'zzyGH' => 'https://www.chinahighlights.com/aboutus/team/ruru-zhou.htm',
|
|
];
|
|
$OPI_Code = empty($OPI_Code) ? '' : $OPI_Code;
|
|
if (!empty($meta_news_createdate)) {?>
|
|
<div class="authorupdate">
|
|
Written by
|
|
<?php if (array_key_exists($OPI_Code, $OPI_CodeUrls)) {?>
|
|
<strong><a href="<?php echo $OPI_CodeUrls[$OPI_Code]; ?>" target="_blank"><?php echo $author; ?></a></strong>
|
|
<?php } else { ?>
|
|
<strong><?php echo $author; ?></strong>
|
|
<?php }?>
|
|
Updated <?php echo date("M. j, Y", strtotime($meta_news_createdate)); ?>
|
|
</div>
|
|
<?php } ?>
|