![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/fclub/ |
<?php /** * The template for displaying the header * * Displays all of the head element and everything up until the "body-content-wrapper" div. * */ ?><!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo('charset'); ?>" /> <?php if ( is_singular() && pings_open() ) : printf( '<link rel="pingback" href="%s">' . "\n", get_bloginfo( 'pingback_url' ) ); endif; ?> <meta name="viewport" content="width=device-width" /> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#main-content-wrapper"> <?php _e( 'Skip to content', 'fclub' ); ?> </a> <div id="body-content-wrapper"> <header id="header-main-fixed"> <div id="header-content-wrapper"> <div id="header-logo"> <?php if ( function_exists( 'the_custom_logo' ) ) : the_custom_logo(); endif; $header_text_color = get_header_textcolor(); if ( 'blank' !== $header_text_color ) : ?> <div id="site-identity"> <a href="<?php echo esc_url( home_url('/') ); ?>" title="<?php esc_attr( get_bloginfo('name') ); ?>"> <h1 class="entry-title"> <?php echo esc_html( get_bloginfo('name') ); ?> </h1> </a> <strong> <?php echo esc_html( get_bloginfo('description') ); ?> </strong> </div> <?php endif; ?> </div><!-- #header-logo --> <nav id="navmain"> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'fallback_cb' => 'wp_page_menu', ) ); ?> </nav><!-- #navmain --> <div class="clear"> </div><!-- .clear --> </div><!-- #header-content-wrapper --> </header><!-- #header-main-fixed --> <div id="header-spacer"> </div><!-- #header-spacer --> <div class="clear"> </div><!-- .clear --> <?php if ( is_front_page() && get_option( 'show_on_front' ) == 'page' ) : ?> <?php if ( get_theme_mod('fclub_slider_display', 0) == 1 ) : ?> <?php fclub_display_slider(); ?> <?php endif; ?> <?php endif; ?>