HEX
Server: Apache
System: Linux c124.dattaweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: c1190199 (57165)
PHP: 7.4.33
Disabled: mail, system, shell, exec, system_exec, shell_exec, mysql_pconnect, passthru, popen, proc_open, proc_close, proc_nice, proc_terminate, proc_get_status, escapeshellarg, escapeshellcmd, eval, dl, imap_mail, libvirt_connect, gnupg_init, unsetenv, apache_setenv, pcntl_exec, 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_getpriority, pcntl_setpriority, pcntl_async_signals, opcache_get_status, opcache_reset, opcache_get_configuration
Upload Files
File: /home/c1190199/public_html/_alex/wp-content/themes/cooper/header.php
<!DOCTYPE html>
<html class="no-js" <?php language_attributes(); ?>>
<head>
        <meta charset="<?php bloginfo( 'charset' ); ?>" />
        <?php $cooper_options = get_option('cooper_wp'); ?>		
        <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
	    <?php wp_head();?>
</head>
<body <?php body_class(); ?>>
<?php wp_body_open(); ?>
<?php if (Cooper_AfterSetupTheme::return_thme_option('wr-preloader')!='st2'){ ?>
<!--================= loader ================-->
        <div class="loader-holder">
            <div class="loader-inner loader-vis">
                <div class="loader"></div>
            </div>
        </div>
        <!--================= loader end ================-->
<?php } ;?>
        <!--================= main start ================-->
        <div id="main">
            <!--================= Header ================-->
            <header class="main-header">
			    
                <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo-holder">
				<?php if (Cooper_AfterSetupTheme::return_thme_option('wr-side-logo-main')=='st2') { ?>
				    <?php if(!empty($cooper_options['logopic'])):?>
					<img src="<?php echo esc_url(Cooper_AfterSetupTheme::return_thme_option('logopic','url'));?>" alt=""/>
					<?php endif;?>
				<?php } else if (Cooper_AfterSetupTheme::return_thme_option('wr-side-logo-main')=='st1'){ ?>
				<span class="wr-text-logo">
					<?php if(!empty($cooper_options['wrlogotxt'])):?>
					<?php echo balanceTags($cooper_options['wrlogotxt']);?>
					<?php else:?>
					<?php esc_attr_e('C','cooper');?>
					<?php endif;?>								
					</span>	
				<?php } else { ?>
					
				<?php } ?>		
				</a>
				
                <!-- info-button -->
                <div class="nav-button <?php if(!has_nav_menu('top-menu')) { ?>hidden<?php } ;?>" id="open-button">
                    <span class="menu-global menu-top"></span>
                    <span class="menu-global menu-middle"></span>
                    <span class="menu-global menu-bottom"></span>
                </div>
                <!-- info-button end-->
				
				<?php if (Cooper_AfterSetupTheme::return_thme_option('nav-share')=='yes'){ ?>
				<div class="show-share isShare"><img src="<?php echo get_template_directory_uri(); ?>/includes/images/share.png" alt=""></div>			 
				<?php } ;?> 				
                
				
            </header>
            <!-- End header -->
            <!--================= menu ================-->
            <div class="menu-wrap">
                <div class="menu-inner">
                    <!-- menu logo-->
					<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="menu-logo">
					<?php if (Cooper_AfterSetupTheme::return_thme_option('wr-logo-main')=='st2'){?>
						<?php if(!empty($cooper_options['logopic2'])):?>
						<img src="<?php echo esc_url(Cooper_AfterSetupTheme::return_thme_option('logopic2','url'));?>" alt=""/>
						<?php endif;?>
					<?php } else{ ?>
						<span class="wr-text-logo2">
						<?php if(!empty($cooper_options['wrlogotxt2'])):?>
						<?php echo balanceTags($cooper_options['wrlogotxt2']);?>
						<?php else:?>
						<?php esc_attr_e('Cooper','cooper');?>
						<?php endif;?>								
						</span>	
					<?php } ?>		
					</a>					
					
                    <!-- menu logo end -->
                    <div class="hid-men-wrap   alt">
                        <div id="hid-men">
                            <ul class="menu">
                                <?php get_template_part('template-parts/menu-section'); ?> 
                            </ul>
                        </div>
                    </div>
					
                </div>
                <div class="morph-shape" id="morph-shape" data-morph-open="M-7.312,0H15c0,0,66,113.339,66,399.5C81,664.006,15,800,15,800H-7.312V0z;M-7.312,0H100c0,0,0,113.839,0,400c0,264.506,0,400,0,400H-7.312V0z">
                    <svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100 800" preserveAspectRatio="none">
                        <path d="M-7.312,0H0c0,0,0,113.839,0,400c0,264.506,0,400,0,400h-7.312V0z"/>
                    </svg>
                </div>
            </div>
            <!--menu end-->