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.
14 lines
797 B
PHP
14 lines
797 B
PHP
<div class=topcontent>
|
|
|
|
<?php if (!empty($ic_photo)) { ?>
|
|
<div class="infotopimage">
|
|
<img src="<?php echo 'https://images.chinahighlights.com'.$ic_photo; ?>"
|
|
alt="<?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?>" class="img-responsive">
|
|
</div>
|
|
<?php } ?>
|
|
|
|
<div class="infocategory"><?php echo !empty($infocategory)?$infocategory->ic_url_title:'infocategory'; ?></div>
|
|
<h1><?php echo !empty($ic_title)?$ic_title:'H1 title Chinahighlights mobile first template'; ?></h1>
|
|
<!--<p class="subheadline">to do</p> -->
|
|
<div class="authorupdate">By <strong><?php echo !empty($author)?$author->OPI_FirstName:'author nickname'; ?></strong>Updated <?php echo date("M. j, Y",time()); ?></div>
|
|
</div>
|