|
|
<div class="topcontent">
|
|
|
<div class="infotopimage">
|
|
|
<?php if (!empty($meta_news_video) && !empty($meta_video_picture)) { ?>
|
|
|
<video autoplay="" controls="controls" id="bgvid" poster="<?php echo $meta_video_picture; ?>" src="<?php echo $meta_news_video; ?>" style="position: inherit;"> </video>
|
|
|
<?php }else{ ?>
|
|
|
<img src="<?php echo $meta_addon_picture; ?>"
|
|
|
alt="<?php echo !empty($information->ic_title)?$information->ic_title:'H1 title thailandhighlights mobile first template'; ?>" class="img-responsive" fetchpriority="high">
|
|
|
<?php } ?>
|
|
|
|
|
|
</div>
|
|
|
</div>
|
|
|
<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>
|
|
|
<div class="infotoptitle">
|
|
|
<h1 class="whitefont"><?php echo !empty($information->ic_title)?$information->ic_title:'H1 title thailandhighlights mobile first template'; ?></h1>
|
|
|
</div>
|
|
|
<?php
|
|
|
$OPI_CodeUrls = [
|
|
|
'zzy' => 'https://www.thailandhighlights.com/about-us/meet-our-team/ruru-zhou',
|
|
|
'2' => 'https://www.thailandhighlights.com/about-us/meet-our-team/ruru-zhou',
|
|
|
'HWT' => 'https://www.thailandhighlights.com/about-us/meet-our-team/mike-he',
|
|
|
'CA' => 'https://www.thailandhighlights.com/about-us/meet-our-team/carol-wang',
|
|
|
'SI' => 'https://www.thailandhighlights.com/about-us/meet-our-team/simon-huang',
|
|
|
'TJQ' => 'https://www.thailandhighlights.com/about-us/meet-our-team/cindy-tang',
|
|
|
'CLA' => 'https://www.thailandhighlights.com/about-us/meet-our-team/claire-wang',
|
|
|
'Albee' => 'https://www.thailandhighlights.com/about-us/meet-our-team/albee-ning',
|
|
|
'KM' => 'https://www.thailandhighlights.com/about-us/meet-our-team/kimi-huang',
|
|
|
'RY' => 'https://www.thailandhighlights.com/about-us/meet-our-team/rita-yu',
|
|
|
'QMY' => 'https://www.thailandhighlights.com/about-us/meet-our-team/chris-quan',
|
|
|
'CY' => 'https://www.thailandhighlights.com/about-us/meet-our-team/cynthia-li',
|
|
|
'Vicky' => 'https://www.thailandhighlights.com/about-us/meet-our-team/vicky-leng',
|
|
|
'LXW' => 'https://www.thailandhighlights.com/about-us/meet-our-team/carper-li',
|
|
|
'zzyGH' => 'https://www.thailandhighlights.com/about-us/meet-our-team/ruru-zhou',
|
|
|
];
|
|
|
$OPI_Code = empty($OPI_Code) ? '' : $OPI_Code;
|
|
|
if (!empty($meta_news_createdate)) {?>
|
|
|
<div class="authorupdate list_content">
|
|
|
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 } ?>
|