File: /home/crowdandsafety/wordpress-backups/x/framework/views/icon/content.php
<?php
// =============================================================================
// VIEWS/ICON/CONTENT.PHP
// -----------------------------------------------------------------------------
// Standard post output for Icon.
// =============================================================================
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-wrap">
<?php x_icon_comment_number(); ?>
<div class="x-container max width">
<?php x_get_view( 'icon', '_content', 'post-header' ); ?>
<?php if ( has_post_thumbnail() ) : ?>
<div class="entry-featured">
<?php x_featured_image(); ?>
</div>
<?php endif; ?>
<?php x_get_view( 'global', '_content' ); ?>
</div>
</div>
</article>