File: /home/crowdandsafety/public_html/wp-content/themes/x/framework/views/integrity/wp-index.php
<?php
// =============================================================================
// VIEWS/INTEGRITY/WP-INDEX.PHP
// -----------------------------------------------------------------------------
// Index page output for Integrity.
// =============================================================================
get_header();
?>
<div class="x-container max width offset">
<div class="<?php x_main_content_class(); ?>" role="main">
<?php x_get_view( 'global', '_index' ); ?>
</div>
<?php get_sidebar(); ?>
</div>
<?php get_footer(); ?>