| Server IP : 219.234.31.115 / Your IP : 216.73.217.134 Web Server : Apache System : Linux ebs-140924 5.10.0-30-amd64 #1 SMP Debian 5.10.218-1 (2024-06-01) x86_64 User : vndaystarftp ( 67432) PHP Version : 7.3.33 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/vndaystarftp/wwwroot/wp-content/themes/phlox-pro/ |
Upload File : |
<?php
/**
* The header of all pages.
*
* Displays all of the <head> section and everything up till <main id="main">
*
*
* @package Auxin
* @author averta (c) 2014-2021
* @link http://averta.net
*/
global $post;
do_action( "auxin_before_head_open", $post );
?>
<!DOCTYPE html>
<!--[if IE 9 ]> <html class="no-js oldie ie9 ie" <?php language_attributes(); ?> > <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" <?php language_attributes(); ?> > <!--<![endif]-->
<head>
<meta charset="<?php esc_attr( bloginfo( 'charset' ) ); ?>" >
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- devices setting -->
<meta name="viewport" content="initial-scale=1<?php echo auxin_get_option( 'enable_site_reponsiveness', 1 ) ? ',user-scalable=no,width=device-width' : ''; ?>">
<!-- outputs by wp_head -->
<?php wp_head(); ?>
<!-- end wp_head -->
</head>
<body <?php body_class(); auxin_dom_attributes( 'body' );?>>
<?php do_action( "auxin_after_body_open", $post ); ?>
<div id="inner-body">
<?php do_action( "auxin_after_inner_body_open", $post );