|
|
@ -10,8 +10,48 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<h1><?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?></h1>
|
|
|
|
<h1><?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?></h1>
|
|
|
|
<!--<p class="subheadline">to do</p> -->
|
|
|
|
<!--<p class="subheadline">to do</p> -->
|
|
|
|
<?php if (!empty($meta_news_createdate)) {?>
|
|
|
|
<?php
|
|
|
|
<div class="authorupdate">Written by <strong><?php echo !empty($author)?$author:''; ?></strong>Updated <?php echo date("M. j, Y",strtotime($meta_news_createdate)); ?></div>
|
|
|
|
$authorUrls = [
|
|
|
|
|
|
|
|
'周珍燕' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou',
|
|
|
|
|
|
|
|
'Ruru Zhou' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou',
|
|
|
|
|
|
|
|
'周珍燕(GH)' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou',
|
|
|
|
|
|
|
|
'何万堂' => 'https://www.globalhighlights.com/aboutus/team/mike-he',
|
|
|
|
|
|
|
|
'Mike Ho' => 'https://www.globalhighlights.com/aboutus/team/mike-he',
|
|
|
|
|
|
|
|
'王雅琴' => 'https://www.globalhighlights.com/aboutus/team/carol-wang',
|
|
|
|
|
|
|
|
'Carol Wang' => 'https://www.globalhighlights.com/aboutus/team/carol-wang',
|
|
|
|
|
|
|
|
'黄荔军' => 'https://www.globalhighlights.com/aboutus/team/simon-huang',
|
|
|
|
|
|
|
|
'Simon Huang' => 'https://www.globalhighlights.com/aboutus/team/simon-huang',
|
|
|
|
|
|
|
|
'杨新玲' => 'https://www.globalhighlights.com/aboutus/team/coco-yang',
|
|
|
|
|
|
|
|
'Coco Yang' => 'https://www.globalhighlights.com/aboutus/team/coco-yang',
|
|
|
|
|
|
|
|
'唐基秋' => 'https://www.globalhighlights.com/aboutus/team/cindy-tang',
|
|
|
|
|
|
|
|
'Cindy Tang' => 'https://www.globalhighlights.com/aboutus/team/cindy-tang',
|
|
|
|
|
|
|
|
'汪靖' => 'https://www.globalhighlights.com/aboutus/team/claire-wang',
|
|
|
|
|
|
|
|
'Claire Wang' => 'https://www.globalhighlights.com/aboutus/team/claire-wang',
|
|
|
|
|
|
|
|
'宁艳(AH)' => 'https://www.globalhighlights.com/aboutus/team/albee-ning',
|
|
|
|
|
|
|
|
'Albee Ning' => 'https://www.globalhighlights.com/aboutus/team/albee-ning',
|
|
|
|
|
|
|
|
'黄新捷' => 'https://www.globalhighlights.com/aboutus/team/kimi-huang',
|
|
|
|
|
|
|
|
'Kimi Huang' => 'https://www.globalhighlights.com/aboutus/team/kimi-huang',
|
|
|
|
|
|
|
|
'喻鹏鲜' => 'https://www.globalhighlights.com/aboutus/team/rita-yu',
|
|
|
|
|
|
|
|
'Rita Yu' => 'https://www.globalhighlights.com/aboutus/team/rita-yu',
|
|
|
|
|
|
|
|
'全梦媛' => 'https://www.globalhighlights.com/aboutus/team/chris-quan',
|
|
|
|
|
|
|
|
'Chris Quan' => 'https://www.globalhighlights.com/aboutus/team/chris-quan',
|
|
|
|
|
|
|
|
'李欣' => 'https://www.globalhighlights.com/aboutus/team/cynthia-li',
|
|
|
|
|
|
|
|
'Cynthia Li' => 'https://www.globalhighlights.com/aboutus/team/cynthia-li',
|
|
|
|
|
|
|
|
'冷静' => 'https://www.globalhighlights.com/aboutus/team/vicky-leng',
|
|
|
|
|
|
|
|
'Vicky Leng' => 'https://www.globalhighlights.com/aboutus/team/vicky-leng',
|
|
|
|
|
|
|
|
'李晓伟' => 'https://www.globalhighlights.com/aboutus/team/carper-li',
|
|
|
|
|
|
|
|
'Carper Li' => 'https://www.globalhighlights.com/aboutus/team/carper-li',
|
|
|
|
|
|
|
|
];
|
|
|
|
|
|
|
|
if (!empty($meta_news_createdate)) {?>
|
|
|
|
|
|
|
|
<div class="authorupdate">
|
|
|
|
|
|
|
|
Written by
|
|
|
|
|
|
|
|
<?php if (array_key_exists($author, $authorUrls)) {?>
|
|
|
|
|
|
|
|
<strong><a href="<?php echo $authorUrls[$author]; ?>" 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 } ?>
|
|
|
|
<?php } ?>
|
|
|
|
<?php if ($ads_by_google) { ?>
|
|
|
|
<?php if ($ads_by_google) { ?>
|
|
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4231674166786366"
|
|
|
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4231674166786366"
|
|
|
|