HEX
Server: Apache
System: Linux sg2plzcpnl490055.prod.sin2.secureserver.net 4.18.0-553.94.1.lve.el8.x86_64 #1 SMP Thu Jan 22 12:37:22 UTC 2026 x86_64
User: falconiapl2015 (2212252)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/falconiapl2015/public_html/wp-content/themes/nexgen/header.php
<?php
/**
 * @package Nexgen
 */
?>
<!DOCTYPE html>

<html <?php language_attributes(); ?>>

<head>
  <meta charset="<?php bloginfo( 'charset' ); ?>">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <?php wp_head(); ?>
</head>

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

if ( nxg_required_plugins() ) {

  get_template_part( 'template-parts/preloader' );

  if ( nxg_elementor_do_location( 'header' ) ) {

    if ( nxg_has_header() ) {
      get_template_part( 'template-parts/header' );
      
    } else {
      get_template_part( 'template-parts/header', 'basic' );
    }    
  }

} else {

  if ( nxg_elementor_do_location( 'header' ) ) {
    get_template_part( 'template-parts/header', 'basic' );
  }
}