Guest User

header.php mesocolumn

a guest
Oct 7th, 2016
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if lt IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie6"> <![endif]-->
  3. <!--[if IE 7 ]> <html <?php language_attributes(); ?> class="no-js ie7"> <![endif]-->
  4. <!--[if IE 8 ]> <html <?php language_attributes(); ?> class="no-js ie8"> <![endif]-->
  5. <!--[if IE 9 ]> <html <?php language_attributes(); ?> class="no-js ie9"> <![endif]-->
  6. <!--[if (gt IE 9)|!(IE)]><!-->
  7. <html <?php language_attributes(); ?> class="no-js"> <!--<![endif]-->
  8. <head>
  9. <meta charset="<?php bloginfo( 'charset' ); ?>" />
  10.  
  11. <?php if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) { echo '<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">'; } ?>
  12.  
  13. <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=yes">
  14. <meta name="HandheldFriendly" content="true">
  15.  
  16. <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
  17.  
  18. <?php wp_head(); ?>
  19.  
  20. </head>
  21.  
  22. <body <?php body_class(); ?> id="custom">
  23.  
  24. <div class="product-with-desc secbody"<?php if( function_exists('is_in_woocommerce_page') && is_in_woocommerce_page() ) { ?><?php echo ' id="woo-wrapper"'; ?><?php } ?>>
  25.  
  26. <?php do_action( 'bp_before_wrapper' ); ?>
  27. <div id="wrapper">
  28.  
  29. <?php do_action( 'bp_before_wrapper_main' ); ?>
  30. <div id="wrapper-main">
  31.  
  32. <?php do_action( 'bp_before_bodywrap' ); ?>
  33. <div id="bodywrap" class="innerwrap">
  34.  
  35. <?php do_action( 'bp_before_bodycontent' ); ?>
  36. <div id="bodycontent">
  37.  
  38. <?php do_action( 'bp_before_container' ); ?>
  39. <div id="container">
  40.  
  41. <?php do_action( 'bp_before_container_wrap' ); ?>
  42. <div class="container-wrap">
  43.  
  44. <?php do_action( 'bp_inside_container_wrap' ); ?>
Add Comment
Please, Sign In to add comment