Ejemplo n.º 1
0
                            echo $tax_name;
                            ?>
]" value="<?php 
                            echo $section_tax_toggle;
                            ?>
" />

                                                <h4 class="data-filter-section-title"><?php 
                            $tax_title = "";
                            if (isset($widget_options['taxonomies_options_tax_title'][$tax_name]) and !empty($widget_options['taxonomies_options_tax_title'][$tax_name])) {
                                $tax_title = $widget_options['taxonomies_options_tax_title'][$tax_name];
                            } else {
                                $tax_title = __(MetaDataFilterHtml::get_term_label_by_name($tax_name));
                            }
                            echo $tax_title;
                            MetaDataFilter::draw_front_toggle($section_tax_toggle);
                            ?>
</h4>
                                                <div class="mdf_tax_filter_section mdf_tax_filter_section_<?php 
                            echo $tax_name;
                            ?>
 <?php 
                            if ($section_max_height) {
                                ?>
mdf_filter_section_scrolled<?php 
                            }
                            ?>
 <?php 
                            if ($section_tax_toggle == 2) {
                                ?>
mdf_front_toggle_closed_section<?php