Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/ |
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/header.php |
<!DOCTYPE html> <?php $jws_theme_image_gray = get_post_meta( $post->ID, 'tb_image_gray', true ); $jws_theme_header_class = array(); if($jws_theme_image_gray) $jws_theme_header_class[] = 'img-gray'; $jwstheme_options = $GLOBALS['jwstheme_options']; ?> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <?php if(isset($jwstheme_options['jws_theme_favicon_image']) && !empty($jwstheme_options['jws_theme_favicon_image'])) { $favicon = $jwstheme_options['jws_theme_favicon_image']; if ( ( ! function_exists( 'has_site_icon' ) || ! has_site_icon() ) && isset( $favicon['url'] ) ): ?> <link rel="shortcut icon" href="<?php echo esc_url( $favicon['url'] ); ?>" /> <?php endif; } wp_head(); ?> </head> <body <?php body_class($jws_theme_header_class) ?>> <?php if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } ?> <div id="jw-main"> <?php jwstheme_Header();?>