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.
47 lines
2.9 KiB
PHP
47 lines
2.9 KiB
PHP
<div class="pagetop">
|
|
|
|
<div class="aboutustop">
|
|
<div class="top_content_pc">
|
|
<div id="crumbNav"><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>
|
|
<div class="topinfo">
|
|
<h1><?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?></h1>
|
|
|
|
<?php
|
|
$OPI_CodeUrls = [
|
|
'zzy' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou',
|
|
'2' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou',
|
|
'HWT' => 'https://www.globalhighlights.com/aboutus/team/mike-he',
|
|
'CA' => 'https://www.globalhighlights.com/aboutus/team/carol-wang',
|
|
'SI' => 'https://www.globalhighlights.com/aboutus/team/simon-huang',
|
|
'TJQ' => 'https://www.globalhighlights.com/aboutus/team/cindy-tang',
|
|
'CLA' => 'https://www.globalhighlights.com/aboutus/team/claire-wang',
|
|
'Albee' => 'https://www.globalhighlights.com/aboutus/team/albee-ning',
|
|
'KM' => 'https://www.globalhighlights.com/aboutus/team/kimi-huang',
|
|
'RY' => 'https://www.globalhighlights.com/aboutus/team/rita-yu',
|
|
'QMY' => 'https://www.globalhighlights.com/aboutus/team/chris-quan',
|
|
'CY' => 'https://www.globalhighlights.com/aboutus/team/cynthia-li',
|
|
'Vicky' => 'https://www.globalhighlights.com/aboutus/team/vicky-leng',
|
|
'LXW' => 'https://www.globalhighlights.com/aboutus/team/carper-li',
|
|
'zzyGH' => 'https://www.globalhighlights.com/aboutus/team/ruru-zhou',
|
|
];
|
|
$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 } ?>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|