'; else : // if empty featured_logo_header on theme options, display default logo $catchflames_fixed_logo .='' . get_bloginfo( 'name' ) . ''; endif; $classes = 'menu-with-logo'; $headerimage = ''; else : $classes = 'full-menu'; $headerimage = ''; endif; ?>
'; $args = array( 'theme_location' => 'top', 'container' => false, 'items_wrap' => '' ); wp_nav_menu( $args ); echo ''; endif; ?>
'; $args = array( 'theme_location' => 'top', 'container' => false, 'items_wrap' => '' ); wp_nav_menu( $args ); echo ''; endif; // Check Header Left Mobile Menu $header_menu = $options['disable_header_menu']; if ( empty ( $header_menu ) ) : if ( has_nav_menu( 'primary' ) ) : $count = '1'; $location = 'primary'; else : $count = '0'; $location = 'none'; endif; echo ''; endif; } //catchflames_mobile_menus endif; add_action( 'catchflames_after', 'catchflames_mobile_menus', 10 );