%PDF- %PDF-
Direktori : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/ |
Current File : /var/www/pn/beta/64801_wp-content/themes/intosai/templates/sections/accordion.php |
<section class="content_section accordion"> <div class="wrapper"> <?php if(have_rows('accordion_sections')): ?> <?php $ac = 1; ?> <?php while(have_rows('accordion_sections')): the_row(); ?> <div class="ac_section<?php if($ac > 1){echo ' no-top'; } ?>" data-actitle="<?php echo $ac ?>"> <?php the_sub_field('section_title'); ?> <div class="icon"><i class="fa fa-plus"></i></div> </div> <div class="ac_content" data-accontent="<?php echo $ac ?>"> <?php the_sub_field('section_content'); ?> </div> <?php $ac++; ?> <?php endwhile; ?> <?php endif; ?> </div> </section>