Server : nginx/1.20.1 System : Linux ccpf-production-2021 5.4.0-148-generic #165-Ubuntu SMP Tue Apr 18 08:53:12 UTC 2023 x86_64 User : forge ( 1000) PHP Version : 7.4.21 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /home/forge/gcc-ccpf.com/wp-content/themes/labora/headers/ |
<?php
/* Header Style3 */
?>
<?php
if ( get_option('labora_topbar') != 'on' ) {
if ( is_active_sidebar( 'topbarleft' ) || is_active_sidebar( 'topbarright' ) ) { ?>
<div class="topbar">
<div class="inner">
<div class="topbar-left">
<?php
if ( is_active_sidebar( 'topbarleft' ) ) :
dynamic_sidebar( 'topbarleft' );
endif; ?>
</div><!-- /one_half -->
<div class="topbar-right">
<?php
if ( is_active_sidebar( 'topbarright' ) ) :
dynamic_sidebar( 'topbarright' );
endif; ?>
</div><!-- /one_half last -->
</div><!-- /inner -->
</div><!-- /topbar -->
<div class="clear"></div>
<?php
}
} ?>
<header class="header-style3">
<div class="header">
<div class="header-area">
<div class="logo">
<?php labora_generator( 'labora_logo', 'labora_header_dark_logo' ); ?>
</div><!-- .logo -->
<!-- Header Widget Area -->
<div class="widget-left-s3">
<?php
if ( is_active_sidebar( 'header_widget_area_right' ) ) :
dynamic_sidebar( 'header_widget_area_right' );
endif; ?>
</div>
<div class="header-s3-right">
<?php
if ( has_nav_menu( 'primary-menu' ) ) { ?>
<div id="iva-mobile-nav-icon" class="iva-mobile-dropdown"><span></span><span></span><span></span><span></span></div>
<?php } ?>
</div>
</div>
<div class="widget-left-s3-mobile">
<?php
if ( is_active_sidebar('header_widget_area_right') ) {
echo '<div class="widget-left-s3">';
if ( is_active_sidebar( 'header_widget_area_right' ) ) :
dynamic_sidebar( 'header_widget_area_right' );
endif;
echo '</div>';
}
?>
</div>
</div><!-- /header -->
<div class="primarymenu menuwrap">
<div class="menu-inner">
<?php labora_generator( 'labora_primary_menu' ); ?>
</div>
</div>
<?php
// Mobile menu
labora_generator( 'labora_mobile_menu' );
?>
</header><!-- /header-style3 -->
<?php