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/top-head-one.php
<?php if( function_exists( 'dustrial_framework_init' ) ) { ?>
  <!-- H1 header top -->
  <div class="h1-header-top-area d-none d-lg-block">
    <div class="container">
      <div class="row align-items-center">
        <div class="col-lg-12">
          <div class="top-part-area-one">
          	<div class="top-part-left">
          		<!-- Top Phone Number -->
              <?php if( !empty( dustrial_get_option( 'header_phone_switch' ) ) ) { ?>
          		  <?php get_template_part( 'headers/top-parts/phone-info' ); ?>
              <?php } ?>
          		<!-- Top Address Info -->
              <?php if( !empty( dustrial_get_option( 'header_address_switch' ) ) ) { ?>
          		  <?php get_template_part( 'headers/top-parts/address-info' ); ?>
              <?php } ?>
          		<!-- Top Email Info -->
              <?php if( !empty( dustrial_get_option( 'header_email_switch' ) ) ) { ?>
          		  <?php get_template_part( 'headers/top-parts/email-info' ); ?>
              <?php } ?>
          	</div>
            <?php if( !empty( dustrial_get_option( 'header_social_switch' ) ) ) { ?>
            	<div class="top-part-right">
            		<!-- Top Social Info -->
                <div class="h1-social-media">
            		  <?php get_template_part( 'headers/top-parts/social-profiles' ); ?>
                </div>
            	</div>
            <?php } ?>
          </div>
        </div>
      </div>
    </div>
  </div>
  <!-- End H1 header top -->
<?php } ?>