|
|
|
@ -28,20 +28,21 @@
|
|
|
|
|
'LXW' => 'https://www.globalhighlights.com/aboutus/team/carper-li',
|
|
|
|
|
'zzyGH' => '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 } ?>
|
|
|
|
|
$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 } ?>
|
|
|
|
|
<?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>
|