%PDF- %PDF-
| Direktori : /home/gachan/www/wp-content/plugins/jekas_extensions/vc_extended/template/ |
| Current File : /home/gachan/www/wp-content/plugins/jekas_extensions/vc_extended/template/vc_row_inner.php |
<?php
/** @var $this WPBakeryShortCode_VC_Row */
$output = $el_class = $bg_image = $bg_color = $bg_image_repeat = $font_color = $padding = $margin_bottom = $css = $full_width = $jekas_style=$effect = $id= '';
extract( shortcode_atts( array(
'el_class' => '',
'bg_image' => '',
'bg_color' => '',
'bg_image_repeat' => '',
'font_color' => '',
'padding' => '',
'margin_bottom' => '',
'full_width' => false,
'css' => '',
'jekas_style'=>'default',
'effect'=>'',
), $atts ) );
// wp_enqueue_style( 'js_composer_front' );
wp_enqueue_script( 'wpb_composer_front_js' );
// wp_enqueue_style('js_composer_custom_css');
$el_class = $this->getExtraClass( $el_class );
$css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'vc_row wpb_row vc_inner' . $el_class . vc_shortcode_custom_css_class( $css, ' ' ), $this->settings['base'], $atts );
$style = jekas_buildStyle( $css );
$template_file=jekas_COMPOSER_TPL_ROW.$jekas_style.".php";
//print $template_file; exit;
if(file_exists($template_file)){
include $template_file;
}
else {
print wpb_js_remove_wpautop( $content );
}
?>