| Server IP : 146.59.209.152 / Your IP : 216.73.216.152 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/monpetu/www/benneplus/wp-content/themes/airi/template-parts/menus/ |
Upload File : |
<?php /** * Template part for Extended 2 menu style * * @package Airi */ //Get the options $above_phone_number = get_theme_mod( 'above_phone_number', esc_html__( 'Call us', 'airi' ) ); $phone_number = get_theme_mod( 'phone_number', '999.999.999' ); $above_address = get_theme_mod( 'above_address', esc_html__( 'Address', 'airi' ) ); $address = get_theme_mod( 'address_details', esc_html__( 'Brooklyn Street', 'airi' ) ); $above_opening = get_theme_mod( 'above_opening', esc_html__( 'Opening hours', 'airi' ) ); $opening_hours = get_theme_mod( 'opening_hours', esc_html__( '9-18 Mon-Fri', 'airi' ) ); $cta_text = get_theme_mod( 'cta_text_menustyle4', esc_html__( 'Get a quote', 'airi' ) ); $cta_url = get_theme_mod( 'cta_url_menustyle4', '#' ); ?> <header id="masthead" class="site-header"> <div class="<?php echo esc_attr( airi_menu_container() ); ?>"> <div class="row"> <div class="site-branding col-md-4 col-sm-6 col-9"> <?php airi_site_branding(); ?> </div><!-- .site-branding --> <div class="header-mobile-menu col-md-8 col-sm-6 col-3"> <button class="mobile-menu-toggle" aria-controls="primary-menu"> <span class="mobile-menu-toggle_lines"></span> <span class="sr-only"><?php esc_html_e( 'Toggle mobile menu', 'airi' ); ?></span> </button> </div> <div class="contact-area col-md-8"> <div class="contact-block"> <div class="contact-icon"> <i class="fa fa-phone"></i> </div> <div class="contact-text"> <span><?php echo esc_html( $above_phone_number ); ?></span> <span><?php echo esc_html( $phone_number ); ?></span> </div> </div> <div class="contact-block"> <div class="contact-icon"> <i class="fa fa-map-marker"></i> </div> <div class="contact-text"> <span><?php echo esc_html( $above_address ); ?></span> <span><?php echo esc_html( $address ); ?></span> </div> </div> <div class="contact-block"> <div class="contact-icon"> <i class="fa fa-clock-o"></i> </div> <div class="contact-text"> <span><?php echo esc_html( $above_opening ); ?></span> <span><?php echo esc_html( $opening_hours ); ?></span> </div> </div> </div> </div> <nav id="site-navigation" class="main-navigation col-md-12"> <?php wp_nav_menu( array( 'theme_location' => 'menu-1', 'menu_id' => 'primary-menu', ) ); ?> <?php airi_header_cart_search(); ?> <?php if ( $cta_text ) : ?> <div class="header-cta"> <a href="<?php echo esc_url( $cta_url ); ?>"><?php echo esc_html( $cta_text ); ?></a> </div> <?php endif; ?> <div class="header-search-form"> <?php get_search_form(); ?> </div> </nav><!-- #site-navigation --> </div> </header><!-- #masthead -->