"four_columns" ); $html = ""; extract(shortcode_atts($args, $atts)); $html = '
'; $html .= do_shortcode($content); $html .= '
'; echo $html;