12 ) ) . ' text-center clearfix">';
} else {
echo '
'; // @codingStandardsIgnoreLine
}
do_action( 'fl_footer_col1_open' );
if ( 'text' == $col_layout || 'social-text' == $col_layout ) {
if ( empty( $col_text ) ) {
get_template_part( 'includes/copyright' );
} else {
echo '';
}
}
if ( 'social' == $col_layout || 'social-text' == $col_layout ) {
self::social_icons();
}
if ( 'menu' == $col_layout ) {
wp_nav_menu(array(
'theme_location' => 'footer',
'items_wrap' => '',
'container' => false,
'fallback_cb' => 'FLTheme::nav_menu_fallback',
));
}
do_action( 'fl_footer_col1_close' );
echo '
';
}