ru-se.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

header.php (1000B)


      1 <!DOCTYPE html>
      2 <html <?php language_attributes(); ?>>
      3 <head>
      4     <meta charset="<?php bloginfo('charset'); ?>">
      5     <meta name="viewport" content="width=device-width, initial-scale=1">
      6     <link rel="profile" href="http://gmpg.org/xfn/11">
      7 
      8     <?php wp_head(); ?>
      9 </head>
     10 
     11 <body <?php body_class(); ?>>
     12 <?php
     13 if ( function_exists( 'wp_body_open' ) ) {
     14 	wp_body_open();
     15 } else { 
     16 	do_action( 'wp_body_open' ); 
     17 }
     18 ?>
     19 <?php materialis_print_skip_link(); ?>
     20 <div id="page-top" class="header-top">
     21     <?php materialis_print_header_top_bar(); ?>
     22     <?php materialis_get_navigation(); ?>
     23 </div>
     24 
     25 <div id="page" class="site">
     26     <div class="header-wrapper">
     27         <div <?php echo materialis_header_background_atts(); ?>>
     28             <?php do_action('materialis_before_header_background'); ?>
     29             <?php materialis_print_video_container(); ?>
     30             <?php materialis_print_inner_pages_header_content(); ?>
     31             <?php materialis_print_header_separator(); ?>
     32         </div>
     33     </div>