ID, '_generate_sections', TRUE) : ''; ?>
itemprop="mainContentOfPage" role="main"> '; $container['after'] = '
'; else : $container['before'] = '
'; $container['after'] = '
'; endif; // Create inner container if ( 'contained' == $inner_box_type ) : $inner_container['before'] = '
'; $inner_container['after'] = '
'; elseif ( 'fluid' == $inner_box_type ) : $inner_container['before'] = '
'; $inner_container['after'] = '
'; endif; // Output the container echo $container['before']; echo $inner_container['before']; // Output the content echo apply_filters( 'the_content', $content ); // Output the closing containers echo $container['after']; echo $inner_container['after']; endforeach; else : ?>