File "header.php"

Full Path: /home/pumpbmko/public_html/wp-content/themes/momota/header.php
File size: 449 bytes
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<?php wp_head(); ?>
</head>

<body id="kubio" <?php body_class(); ?>>
<?php
if ( function_exists( 'wp_body_open' ) ) {
	wp_body_open();
} else {
	do_action( 'wp_body_open' );
}
?>
<div class="site" id="page-top">
	<?php momota_theme()->get( 'header' )->render(); ?>