Advertisement
Guest User

Untitled

a guest
Oct 25th, 2015
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 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.  
  19.  
  20.  
  21. <!--[if gte IE 9]>
  22. <script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  23. <style type="text/css">.gradient {filter: none;}</style>
  24. <![endif]-->
  25.  
  26. <?php mpt_load_header_code(); ?>
  27.  
  28. </head>
  29.  
  30. <body id="body-wrapper" <?php body_class(); ?>>
  31.  
  32. <!-- Floating Menu -->
  33. <?php
  34. if ( class_exists('MarketPress') )
  35. pro_floating_menu();
  36. ?>
  37. <!-- End Floating Menu -->
  38.  
  39. <!-- Header Section -->
  40. <?php mpt_load_header_style(); ?>
  41. <!-- End Header Section -->
  42.  
  43. <div class="clear"></div>
  44.  
  45. <!-- End header -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement