ru-se.com

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

header-small.php (621B)


      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 small">
     21 	<?php materialis_print_header_top_bar(); ?>
     22 	<?php materialis_get_navigation(); ?>
     23 </div>
     24 
     25 <div id="page" class="site">