12 ) ) . ' text-center clearfix">';
} else {
echo '
'; // @codingStandardsIgnoreLine
}
do_action( 'fl_top_bar_col1_open' );
if ( 'social' == $col_layout || 'text-social' == $col_layout || 'menu-social' == $col_layout ) {
self::social_icons( false );
}
if ( 'text' == $col_layout || 'text-social' == $col_layout ) {
echo '
' . do_shortcode( $col_text ) . '
';
}
if ( 'menu' == $col_layout || 'menu-social' == $col_layout ) {
?>
';
}
do_action( 'fl_top_bar_col1_close' );
echo '
';
}