Advertisement
Guest User

Untitled

a guest
Oct 25th, 2015
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html <?php language_attributes(); ?>>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
  6. <title><?php mpt_load_site_title(); ?></title>
  7. <meta name="description" content="<?php mpt_load_meta_desc(); ?>" />
  8. <meta name="keywords" content="<?php mpt_load_meta_keywords(); ?>" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <?php mpt_load_google_web_font( true ); ?>
  11. <link rel="shortcut icon" href="<?php mpt_load_favicon(); ?>" />
  12. <link href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" rel="stylesheet" />
  13.  
  14. <?php wp_head(); ?>
  15.  
  16. <?php include(get_template_directory() . '/admin/custom-styles.php'); ?>
  17.  
  18. <!--[if gte IE 9]>
  19. <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  20. <style type="text/css">.gradient {filter: none;}</style>
  21. <![endif]-->
  22.  
  23. <?php mpt_load_header_code(); ?>
  24.  
  25. </head>
  26.  
  27. <body id="body-wrapper" <?php body_class(); ?>>
  28.  
  29. <!-- Floating Menu -->
  30. <?php
  31. if ( class_exists('MarketPress') )
  32. pro_floating_menu();
  33. ?>
  34. <!-- End Floating Menu -->
  35.  
  36. <!-- Header Section -->
  37. <?php mpt_load_header_style(); ?>
  38. <!-- End Header Section -->
  39.  
  40. <div class="clear"></div>
  41.  
  42. <!-- End header -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement