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 Fixed Style */
?>
<?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>
<div id="fixedheader" class="header">
<div class="header-area">
<div class="logo">
<?php labora_generator( 'labora_logo', 'labora_header_dark_logo' ); ?>
</div><!-- /logo -->
<div class="header-rightpart">
<div class="primarymenu menuwrap">
<?php labora_generator( 'labora_primary_menu' ); ?>
</div>
<?php if ( is_active_sidebar( 'header_widget_area_1' ) ) : dynamic_sidebar( 'header_widget_area_1' ); endif; ?>
</div>
<?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><!-- .header-area-->
<?php // Mobile menu
labora_generator( 'labora_mobile_menu' );
?>
</div><!-- #fixedheader-->
</header><!-- .header-->
<?php