PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
wp-content
/
themes
/
dt-the7
/
inc
/
shortcodes
/
vc_templates
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } /** * Shortcode attributes * @var $atts * @var $title * @var $el_id * @var $content - shortcode content * Shortcode class * @var $this WPBakeryShortCode_VC_Accordion_tab */ $title = $el_id = ''; $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); $css_class = apply_filters( VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'wpb_accordion_section group', $this->settings['base'], $atts ); $output = ' <div ' . ( isset( $el_id ) && ! empty( $el_id ) ? "id='" . esc_attr( $el_id ) . "'" : '' ) . 'class="' . esc_attr( $css_class ) . '"> <h3 class="wpb_accordion_header ui-accordion-header"><a href="#' . sanitize_title( $title ) . '"><span>' . $title . '</span></a></h3> <div class="wpb_accordion_content ui-accordion-content vc_clearfix"> ' . ( ( '' === trim( $content ) ) ? __( 'Empty section. Edit page to add content here.', 'the7mk2' ) : wpb_js_remove_wpautop( $content ) ) . ' </div> </div> '; echo $output;
[+]
..
[-] vc_facebook.php
[edit]
[-] index.php
[edit]
[-] vc_btn.php
[edit]
[-] vc_column_text.php
[edit]
[-] vc_tabs.php
[edit]
[-] dt_vc_row.php
[edit]
[-] vc_progress_bar.php
[edit]
[-] vc_pie.php
[edit]
[-] vc_accordion_tab.php
[edit]
[-] vc_message.php
[edit]
[-] vc_widget_sidebar.php
[edit]
[-] vc_column.php
[edit]
[-] .htaccess
[edit]
[-] image.php
[edit]
[-] vc_single_image.php
[edit]
[-] vc_row.php
[edit]