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.

30 lines
1.7 KiB
PHP

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<div class="hidden-xs">
<div class="tourPublishers col-md-24">
<?php
if(empty($OPI2_FirstName) AND empty($OPI2_LastName)){
$author = "Carol Li";
$author_img = "https://data.asiahighlights.com/image/carol-li.png";
}else{
$author = $OPI2_FirstName." ".$OPI2_LastName;
$author_img = "https://data.asiahighlights.com/image/".strtolower($OPI2_FirstName)."-".strtolower($OPI2_LastName).".png";
}
?>
<div class="publishintros">
<div class="publishPic pull-left">
<img class="img-responsive author-img" src="<?php echo $author_img;?>">
</div>
<ul class="author pull-left">
<li><strong>Article by <?php echo $author;?></strong></li>
<?php if($author == "Wendy Song"){?>
<li>With an instinct for unearthing a problem and working out a solution, I take delight in knowing that what I write is actually helping people.</li>
<?php }elseif($author == "Peggie Lv"){?>
<li>Ive spent about 5 years travelling around Southeast Asia, so all travel articles and tours created by me are based on personal experience. </li>
<?php }else{?>
<li>Having studied politics at university and worked a while in travel, I think I understand what actually inspires people, and thats what I write for: to inspire people.</li>
<?php }?>
<li><a class="email" href="mailto:carol@asiahighlights.com" rel="nofollow">Send feedback</a></li>
</ul>
</div>
</div>
</div>