File: /home/scientificreligi/public_html/wp-content/themes/scientific-religion/header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
	<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
	<?php
	if (function_exists('wp_body_open')) {
		wp_body_open();
	}
	/**
	 * @hooked - G5Plus_Auteur()->templates()->site_loading() - 5
	 **/
	do_action('g5plus_before_page_wrapper');
	?>
	<?php
		/**
		 * Color Skin
		 */
		$skin = G5Plus_Auteur()->options()->get_content_skin();
		$skin_classes = G5Plus_Auteur()->helper()->getSkinClass($skin);
		$class  = implode(' ',$skin_classes);
	?>
	<!-- Open Wrapper -->
	<div id="gf-wrapper" class="<?php echo esc_attr($class)?>">
		<?php
		/**
		 * @hooked - G5Plus_Auteur()->templates()->top_drawer() - 10
		 * @hooked - G5Plus_Auteur()->templates()->header() - 15
		 **/
		do_action('g5plus_before_page_wrapper_content');
		?>
		<!-- Open Wrapper Content -->
		<div id="wrapper-content" class="clearfix ">
			<?php
			/**
			 *
			 * @hooked - G5Plus_Auteur()->templates()->content_wrapper_start() - 1
			 **/
			do_action('g5plus_main_wrapper_content_start');
			?>