芝麻web文件管理V1.00
编辑当前文件:/home/disqkgca/aqanet.org/wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php
getShortcode(), $atts ); $class_to_filter = 'vc-zigzag-wrapper'; $class_to_filter .= vc_shortcode_custom_css_class( $atts['css'], ' ' ) . $this->getExtraClass( $atts['el_class'] ) . $this->getCSSAnimation( $atts['css_animation'] ); $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, $class_to_filter, $this->settings['base'], $atts ); if ( ! empty( $atts['align'] ) ) { $class_to_filter .= ' vc-zigzag-align-' . esc_attr( $atts['align'] ); } $color = ''; if ( 'custom' !== $atts['color'] ) { $color = vc_convert_vc_color( $atts['color'] ); } else { $color = esc_attr( $atts['custom_color'] ); } $width = '100%'; if ( ! empty( $atts['el_width'] ) ) { $width = esc_attr( $atts['el_width'] ) . '%'; } $border_width = '10'; if ( ! empty( $atts['el_border_width'] ) ) { $border_width = esc_attr( $atts['el_border_width'] ); } $minheight = 2 + intval( $border_width ); $svg = '
'; $output = ''; $output .= '
'; return $output;