Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
winter
/
wp-content
/
themes
/
peakie-2015
📤 Upload
📝 New File
📁 New Folder
Close
Editing: header.php
<!DOCTYPE html> <html <?php language_attributes(); ?> class="no-js"> <head> <!--Hu-Banner Cookie Consent Auto Blocking until consent given--> <script type="text/javascript" src>...</script> <script type="text/javascript" src="//cdn.hu-manity.co/hu-banner.min.js"></script> <meta charset="<?php bloginfo('charset'); ?>"> <title><?php wp_title(''); ?></title> <link href="//www.google-analytics.com" rel="dns-prefetch"> <link href="<?php echo get_template_directory_uri(); ?>http://www.mountainpassions/winter/wp-content/themes/peakie-2015/img/icons/favicon.ico" rel="shortcut icon"> <link href="<?php echo get_template_directory_uri(); ?>/img/icons/touch.png" rel="apple-touch-icon-precomposed"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <!-- Check device width for responsive media queries --> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <?php wp_head(); ?> <script> // conditionizr.com // configure environment tests conditionizr.config({ assets: '<?php echo get_template_directory_uri(); ?>', tests: {} }); </script> <!--Google webmaster tools site verification--> <meta name="google-site-verification" content="zBhy4t0-hkAjLwgG5JG8SaBmxQYpeoNr8pbvdF4PmC4" /> <meta name="p:domain_verify" content="ee900988b73c5a35015f85b92d20309c" /> <!--Bing webmaster tools site verification--> <meta name="msvalidate.01" content="7FC1DF38E1BD9608EFC1AC9FAF34B600" /> <!-- Booking.com site verification --> <meta name="B-verify" content="95b7a56aaf4bef204e4a98491dec4a76ee1fb592" /> </head> <body <?php body_class(); ?>> <section id="header-wrap" class="header-wrap-outside"> <div id="header"> <div class="logo-wrap"> <a href="<?php echo get_option("siteurl"); ?>"> <img class="mp-hdr-logo" src="http://www.mountainpassions.com/winter/wp-content/uploads/2015/11/Mountain-Passions-strip-title-clear.svg"></a> <a href="<?php echo get_option("siteurl"); ?>"> <img class="mp-hdr-mobile" src="http://www.mountainpassions.com/winter/wp-content/uploads/2015/12/MP-flatlogo-mobile.svg"></a> </div> <!-- header menu--> <div class="hmenu-holder1"> <?php echo do_shortcode( "[hmenu id=1]" ); ?> </div> </div> </section> <!-- /header -->
Save
Cancel