HEX
Server: Apache
System: Linux 4801F1B1.ptr.provps.com 6.16.7-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 11 13:27:45 EDT 2025 x86_64
User: nassaugo (1001)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/nassaugo/www/wp-content/themes/drone-media/header.php
<?php
/**
 * The Header: Logo and main menu
 *
 * @package WordPress
 * @subpackage DRONE_MEDIA
 * @since DRONE_MEDIA 1.0
 */
?><!DOCTYPE html>
<html <?php language_attributes(); ?> class="no-js scheme_<?php
										 // Class scheme_xxx need in the <html> as context for the <body>!
										 echo esc_attr(drone_media_get_theme_option('color_scheme'));
										 ?>">
<head>
	<?php wp_head(); ?>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C17WF6GXV3"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C17WF6GXV3"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-C17WF6GXV3');
</script>

</head>

<body <?php	body_class(); ?>>
<?php wp_body_open(); ?>

	<?php do_action( 'drone_media_action_before_body' ); ?>

	<div class="body_wrap">

		<div class="page_wrap"><?php
			
			// Desktop header
			$drone_media_header_type = drone_media_get_theme_option("header_type");
			if ($drone_media_header_type == 'custom' && !drone_media_is_layouts_available())
				$drone_media_header_type = 'default';
			get_template_part( "templates/header-{$drone_media_header_type}");

			// Side menu
			if (in_array(drone_media_get_theme_option('menu_style'), array('left', 'right'))) {
				get_template_part( 'templates/header-navi-side' );
			}

			// Mobile header
			get_template_part( 'templates/header-mobile');
			?>

			<div class="page_content_wrap">

				<?php if (drone_media_get_theme_option('body_style') != 'fullscreen') { ?>
				<div class="content_wrap">
				<?php } ?>

					<?php
					// Widgets area above page content
					drone_media_create_widgets_area('widgets_above_page');
					?>				

					<div class="content">
						<?php
						// Widgets area inside page content
						drone_media_create_widgets_area('widgets_above_content');
						?>