Server IP : 192.64.118.117 / Your IP : 18.220.97.0 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/phlox/ |
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-2024 * @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 );