changed class to the title of fiter section
This commit is contained in:
parent
21530c37d2
commit
9d61a34d7e
|
@ -56,7 +56,7 @@ if( ! function_exists( 'ofisuport_ajuts_filters_form') ) {
|
|||
?>
|
||||
|
||||
<section id="fund-filter-<?php echo $fields['name']; ?>" class="<?php echo $fields['name']; ?>">
|
||||
<h5 class="oficinasuport-titol-opcions"><?php echo $fields['label'];?></h5>
|
||||
<h5><span class="oficinasuport-titol-opcions"><?php echo $fields['label'];?></span></h5>
|
||||
<?php foreach( $fields['choices'] as $choicevalue => $choicelabel ) { ?>
|
||||
|
||||
<div class="filter" data-filter="<?php echo $fields['name'];?>">
|
||||
|
|
Loading…
Reference in New Issue