ru-se.com

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

header-homepage.php (1043B)


      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 homepage">
     21 	<?php materialis_print_header_top_bar(); ?>
     22 	<?php materialis_get_navigation(); ?>
     23 </div>
     24 
     25 
     26 <div id="page" class="site">
     27     <div class="header-wrapper">
     28         <div <?php echo materialis_header_background_atts() ?>>
     29             <?php do_action( 'materialis_before_header_background' ); ?>
     30 			<?php materialis_print_video_container(); ?>
     31 			<?php materialis_print_front_page_header_content(); ?>
     32 
     33 		<?php
     34 		materialis_print_header_separator();
     35 		?>
     36 		<?php
     37 		do_action( 'materialis_after_header_content' );
     38 		?>
     39         </div>
     40     </div>