%PDF- %PDF-
Direktori : /var/www/pn/wp-content/themes/intosai/templates/ |
Current File : //var/www/pn/wp-content/themes/intosai/templates/flexible-page-sections.php |
<?php if(have_rows('page_sections')): $contRow = 1; while (have_rows('page_sections')) : the_row(); if(get_row_layout() == 'boxes'): include('sections/boxes.php'); elseif(get_row_layout() == 'latest_news'): include('sections/latest_news.php'); elseif(get_row_layout() == 'latest_projects'): include('sections/latest_projects.php'); elseif(get_row_layout() == 'newsletter'): include('sections/newsletter.php'); elseif(get_row_layout() == 'partners'): include('sections/partners.php'); elseif(get_row_layout() == 'text'): include('sections/text.php'); elseif(get_row_layout() == 'colorbox'): include('sections/colorbox.php'); elseif(get_row_layout() == 'accordion'): include('sections/accordion.php'); elseif(get_row_layout() == 'success_stories'): include('sections/success_stories.php'); // elseif(get_row_layout() == 'new_success_stories'): // include('sections/new_success_stories.php'); elseif(get_row_layout() == 'country_dropdown'): include('sections/country_dropdown.php'); elseif(get_row_layout() == 'downloads'): include('sections/downloads.php'); elseif(get_row_layout() == 'latest_number'): include('sections/latest_number.php'); endif; $contRow++; endwhile; endif; ?>