ID, '_generate_sections', TRUE) : ''; $sidebars = apply_filters( 'generate_sections_sidebars', false ); ?>
>
>
>
'; $container['after'] = '
'; else : $container['before'] = '
'; $container['after'] = '
'; endif; // Create inner container if ( 'fluid' == $inner_box_type ) : $inner_container['before'] = '
'; $inner_container['after'] = '
'; else : $inner_container['before'] = '
'; $inner_container['after'] = '
'; endif; // Output the container $return .= $container['before']; $return .= $inner_container['before']; // Output the content // Add \n\n to fix issue where paragraph wrapping was off $return .= "\n\n" . $content; // Output the closing containers $return .= $container['after']; $return .= $inner_container['after']; endforeach; // Return our sections through the_content filter echo apply_filters( 'the_content', $return ); else : ?>