<?php
// Index page output for Custom
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(); ?>