Current File : /home/pacjaorg/wpt.pacja.org/grants -mzee/wp-content/themes/ngo-organization/header.php |
<?php
/**
* The header for our theme
*
* @package NGO Organization
* @subpackage ngo_organization
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width">
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php if ( function_exists( 'wp_body_open' ) )
{
wp_body_open();
}else{
do_action('wp_body_open');
}
?>
<header role="banner">
<a class="screen-reader-text skip-link" href="#tp_content"><?php esc_html_e( 'Skip to content', 'ngo-organization' ); ?></a>
<?php
get_template_part( 'template-parts/header/top', 'header' );
?>
</header>