Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
!Backup
/
example-test
/
wp-content
/
themes
/
peakie-2016
📤 Upload
📝 New File
📁 New Folder
Close
Editing: header.php
<!doctype html> <html <?php language_attributes(); ?> class="no-js"> <head> <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> <!--insert Google webmaster tools site verification--> <meta name="google-site-verification" content="zBhy4t0-hkAjLwgG5JG8SaBmxQYpeoNr8pbvdF4PmC4" /> <!--insert new summer Bing webmaster tools site verification--> <meta name="msvalidate.01" content="7FC1DF38E1BD9608EFC1AC9FAF34B600" /> <!-- Go to www.addthis.com/dashboard to customize your tools --> <script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-57515681743a69ff"></script> </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