File "header.php"

Full Path: /home/flipjqml/onlinebetsolution.com/next_old/wp-content/themes/cyarb/header.php
File size: 614 bytes
MIME-type: text/x-php
Charset: utf-8

<?php global $cyarb_opt;
/**
 * The header for our theme
 * @package cyarb
 */

?>
<!doctype html>
<?php if( cyarb_rtl() == true ): ?><html dir="rtl" <?php language_attributes(); ?>>
<?php else: ?><html <?php language_attributes(); ?>><?php endif; ?>

<head>
	<meta charset="<?php bloginfo( 'charset' ); ?>">
	<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
	<link rel="profile" href="https://gmpg.org/xfn/11">

	<?php wp_head(); ?>
</head>

<body <?php body_class(); ?> data-spy="scroll" data-offset="70">

<?php 
	wp_body_open(); 
	cyarb_nav_area(); 
?><!-- Navbar Area -->