File: /home/crowdandsafety/public_html/wp-content/themes/x/framework/views/ethos/wp-buddypress.php
<?php
// =============================================================================
// VIEWS/ETHOS/WP-BUDDYPRESS.PHP
// -----------------------------------------------------------------------------
// BuddyPress output for Ethos.
// =============================================================================
get_header();
?>
<div class="x-container max width main">
<div class="offset cf">
<div class="<?php x_main_content_class(); ?>" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php x_get_view( 'global', '_content', 'buddypress' ); ?>
<?php endwhile; ?>
</div>
<?php get_sidebar(); ?>
</div>
</div>
<?php get_footer(); ?>