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.
< 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 japanhighlights 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 japanhighlights mobile first template' ; ?> </ h1 >
< / div >
<?php
if (!empty($meta_news_createdate)) {?>
< div class = "authorupdate list_content" >
< a href = " <?php echo $author_info [ 'url' ]; ?> " target = "_blank" >
< img src = " <?php echo $author_info [ 'avatar' ]; ?> " alt = " <?php echo $author_info [ 'expertise' ]; ?> " >
< / a >
Written by < strong >< a href = " <?php echo $author_info [ 'url' ]; ?> " target = "_blank" > <?php echo $author_name ; ?> </ a ></ strong > <?php echo $author_info [ 'expertise' ]; ?> < br >
Updated <?php echo date ( "M. j, Y" , strtotime ( $meta_news_createdate )); ?>
< / div >
<?php } ?>