HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux vm8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: afleverb (1000)
PHP: 7.4.33
Disabled: 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,
Upload Files
File: //var/www/drakkar_site_dev/wp-content/themes/spiko-dark/header.php
<?php
/**
 * The header for our theme
 *
 * @package spiko dark
 */
?>
<!DOCTYPE html>
<html <?php language_attributes(); ?> >
    <head>
        <meta charset="<?php bloginfo('charset'); ?>">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
        <?php if (is_singular() && pings_open(get_queried_object())) : 
            echo '<link rel="pingback" href=" '.esc_url(get_bloginfo( 'pingback_url' )).' ">';
        endif;
        wp_head(); ?>   
    </head>
<?php
if(get_theme_mod('banner_enable',true)==true) { $spiko_dark_banner='banner'; } else { $spiko_dark_banner='remove-banner'; }
if(get_theme_mod('spiko_layout_style', 'wide') == "boxed") { $spiko_dark_class = "boxed"; } else { $spiko_dark_class = "wide"; } ?>
<body <?php body_class($spiko_dark_class." dark" ." ". $spiko_dark_banner." ".get_theme_mod('spiko_color_skin','light')); ?> >
    <?php wp_body_open(); ?>
        <div id="page" class="site">
            <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'spiko-dark'  ); ?></a>
               <div id="wrapper"> 
                <?php 
                global $template;
                global $woocommerce;       
                if ( ! function_exists( 'spiko_plus_activate' ) ):
                    do_action('spiko_preloader_feaure_section_hook');         
                    get_template_part('inc/header/header-nav');
                    if(basename($template)!='template-business.php'):
                        spiko_breadcrumbs();
                    endif;
                else:   
                    do_action('spiko_plus_preloader_feaure_section_hook');                     
                    do_action('spiko_plus_header_feaure_section_hook');
                    if(basename($template)!='template-business.php'):
                        spiko_breadcrumbs();
                    endif;
                endif;?>
                    <div id="content">