';
} elseif ($show_1st_column == 'sidebar' && $i == 1 ) {
echo '
';
}
if ($show_2nd_column == 'section' && $i == 2 ) {
echo '
';
get_template_part('template-parts/footer/footer_section_'.$i);
echo '
';
} elseif ($show_2nd_column == 'sidebar' && $i == 2 ) {
echo '
';
}
if($show_3rd_column == 'section' && $i == 3 ) {
echo '
';
get_template_part('template-parts/footer/footer_section_'.$i);
echo '
';
} elseif ($show_3rd_column == 'sidebar' && $i == 3 ) {
echo '
';
}
if($show_4th_column == 'section' && $i == 4 ) {
echo '
';
get_template_part('template-parts/footer/footer_section_'.$i);
echo '
';
} elseif ($show_4th_column == 'sidebar' && $i == 4 ) {
echo '
';
}
if($show_5th_column == 'section' && $i == 5 ) {
echo '
';
get_template_part('template-parts/footer/footer_section_'.$i);
echo '
';
} elseif ($show_5th_column == 'sidebar' && $i == 5 ) {
echo '
';
}
} ?>