|
|
|
@ -7,14 +7,12 @@
|
|
|
|
|
</div>
|
|
|
|
|
<?php } ?>
|
|
|
|
|
|
|
|
|
|
<div class="infocategory" style="display: none">
|
|
|
|
|
<div class="infocategory">
|
|
|
|
|
<a href="/">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="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>
|
|
|
|
|