> '; } if ( in_array( 'fas', $preload_fonts ) ) { echo ''; } if ( in_array( 'far', $preload_fonts ) ) { echo ''; } if ( in_array( 'fab', $preload_fonts ) ) { echo ''; } } if ( ! empty( $preload_fonts['custom'] ) ) { $font_urls = explode( PHP_EOL, $preload_fonts['custom'] ); foreach ( $font_urls as $font_url ) { $dot_pos = strrpos( $font_url, '.' ); if ( false !== $dot_pos ) { $type = substr( $font_url, $dot_pos + 1 ); $font_type = array( 'ttf', 'woff', 'woff2', 'eot' ); $image_type = array( 'jpg', 'jpeg', 'png', 'svg', 'gif' ); if ( in_array( $type, $font_type ) ) { echo ''; } elseif ( in_array( $type, $image_type ) ) { echo ''; } else { echo ''; } } } } ?> >
' ); ?>
'; alpus_print_template( $alpus_layout['top_bar'] ); echo '
'; } alpus_get_template_part( 'header/header' ); alpus_print_title_bar(); ?>