' . esc_html( get_bloginfo( 'name' ) ) . '
' . esc_html( get_bloginfo( 'name' ) ) . '';
$absolutte_logo_small = get_theme_mod( 'absolutte_logo_small', '' );
$absolutte_logo_type = rwmb_meta( 'absolutte_logo_type' );
if ( $absolutte_logo_small && has_custom_logo() ) {
$custom_logo_id = get_theme_mod( 'custom_logo' );
$image_logo = wp_get_attachment_image_src( $custom_logo_id, 'full' );
$image_logo = $image_logo[0];
if ( 'contrast' == $absolutte_logo_type ) {
$image_logo = get_theme_mod( 'absolutte_logo_contrast', '' );
}
$logo = '
 . ')
 . ')
';
} elseif ( $absolutte_logo_small ) {
$logo = '
 . ')
';
} elseif ( has_custom_logo() ) {
$logo = get_custom_logo();
if ( 'contrast' == $absolutte_logo_type ) {
$absolutte_logo_contrast = get_theme_mod( 'absolutte_logo_contrast', '' );
$logo = '
 . ')
';
}
} elseif ( 'contrast' == $absolutte_logo_type ) {
$absolutte_logo_contrast = get_theme_mod( 'absolutte_logo_contrast', '' );
$logo = '
 . ')
';
}
?>