Current Path : /var/www/ooareogundevinitiative/wp-content/themes/pain/ |
Current File : /var/www/ooareogundevinitiative/wp-content/themes/pain/header-404.php |
<!DOCTYPE html> <?php $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 $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; ?> <?php wp_head(); ?> </head> <body <?php body_class() ?>> <?php $post_id = isset( $jwstheme_options['jws_theme_error404_page_id'] ) ? intval( $jwstheme_options['jws_theme_error404_page_id'] ) : 0; ?> <?php $jws_theme_display_header = isset( $jwstheme_options['jws_theme_error404_display_header'] ) ? intval( $jwstheme_options['jws_theme_error404_display_header'] ) : 0; if( $jws_theme_display_header ) jwstheme_Header(); ?>