HEX
Server: Apache
System: Linux sg2plmcpnl492417.prod.sin2.secureserver.net 4.18.0-553.58.1.lve.el8.x86_64 #1 SMP Fri Jul 4 12:07:06 UTC 2025 x86_64
User: nyiet8349bzl (9207396)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/nyiet8349bzl/public_html/ducoa.org/wp-content/themes/dustrial/headers/header-style2.php
<header class="h2-header-areas">
  <?php
    if( function_exists( 'dustrial_framework_init' ) ) {
      if( !empty( dustrial_get_option( 'top_header' ) ) ) {
        do_action( 'dustrial_header_top_style' );
      }
    }
  ?>

  <?php
    if( display_header_text() == true ) {
      $auto_class = ' have-site-desc';
    }else {
      $auto_class = ' none-site-desc';
    } 
  ?>

  <div id="header-bottom">
    <div class="container">
      <div class="row align-items-center">
        <div class="col-lg-12">
          <div class="h2-logo-area">
            <!-- Logo Part -->
            <?php get_template_part( 'headers/logo' ); ?>
            <!-- Top Info Part -->
            <?php
              if( function_exists( 'dustrial_framework_init' ) ) {
                get_template_part( 'headers/top-parts/h2-top-info' );
              }
            ?>
          </div>
        </div>
      </div>
    </div>
  </div>

  <!-- H2 Navigation -->
  <div class="h2-navigation-area <?php echo esc_attr( $auto_class ); ?>">
    <div class="container">
      <div class="row align-items-center">
        <div class="col-xl-9 col-lg-12 col-sm-6">
          <div class="logo-for-responsive-only">
            <!-- Logo Part -->
            <?php get_template_part( 'headers/logo' ); ?>
          </div>
          <div class="main-menu-two d-none d-lg-block">
            <!-- Menu Part -->
            <?php get_template_part( 'headers/menu' ); ?>
          </div>
        </div>
        <div class="col-lg-3">
          <?php if( function_exists( 'dustrial_framework_init' ) ) {
            if ( !empty( dustrial_get_option ('menu_cart_switch') ) || !empty( dustrial_get_option ('menu_search_btn') ) || !empty( dustrial_get_option ('menu_right_btn') ) ) { ?>
              <div class="nav-serch-area">
                  <div id="inline-popups" class="form-inline my-2 my-lg-0">
                    <!-- Menu Cart Icon -->
                    <?php get_template_part( 'headers/menu-parts/cart-icon' ); ?>
                    <!-- Menu Search Icon -->
                    <?php get_template_part( 'headers/menu-parts/search-icon' ); ?>
                    <!-- Menu Quote Icon -->
                    <?php get_template_part( 'headers/menu-parts/quote-icon' ); ?>
                  </div>
              </div>
            <?php } ?>
          <?php } ?>
        </div>
        <div class="col-12">
          <div class="mobile-menu"></div>
        </div>
      </div>
    </div>
  </div>
</header>
<!-- End h2 Navigation -->

<?php if( function_exists( 'dustrial_framework_init' ) ) {
  $dustrial_strick_menu_enable = dustrial_get_option('dustrial_strick_menu_enable');
  if ( $dustrial_strick_menu_enable == 1 ) { ?>
    <div id="menufix"></div>
  <?php } ?>
<?php } ?>