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.
information-system/application/views/mobile_first/ch-h1.php

65 lines
4.1 KiB
PHP

<div class="topcontent">
<section>
<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>
<!--<p class="subheadline">to do</p> -->
<?php
$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',
];
$OPI_CodeUrls = [
'zzy' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou',
'2' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou'
];
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 } ?>
<?php if ($ads_by_google) { ?>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4231674166786366"
crossorigin="anonymous"></script>
<?php } ?>
</section>
</div>