更新 CH 作者 URL

master
LiaoYijun 12 months ago
parent 1d710e1f11
commit 7dc6029180

@ -5660,6 +5660,26 @@ class Information extends CI_Controller
'zzyGH' => 'https://' . $domain_name .'/aboutus/team/ruru-zhou',
];
if ($domain_name == 'www.chinahighlights.com') {
$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',
];
}
if (!empty($OPI_Code) && array_key_exists($OPI_Code, $OPI_CodeUrls)) {
return $OPI_CodeUrls[$OPI_Code];
} else {

@ -5,8 +5,8 @@
<?php } ?>
<div class="top_image_bg hidden-xs">
<img src="https://images.chinahighlights.com/allpicture/2025/01/536711093adb4ad1b21a0c5d379663b0_cut_478x219_241_1735918244.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>
@ -21,28 +21,28 @@
<h1><?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?></h1>
<?php
<?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',
'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
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 { ?>

Loading…
Cancel
Save