• File: header-2.php
  • Full Path: /home/docteuh/www/themes/Avada/includes/admin-screens/header-2.php
  • Date Modified: 11/20/2023 6:11 PM
  • File size: 421 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Header-2 template.
 *
 * @author     ThemeFusion
 * @copyright  (c) Copyright by ThemeFusion
 * @link       https://avada.com
 * @package    Avada
 * @subpackage Core
 */

// Do not allow directly accessing this file.
if ( ! defined( 'ABSPATH' ) ) {
	exit( 'Direct script access denied.' );
}
$header_type = Avada()->settings->get( 'header_layout' );
get_template_part( 'templates/header-' . $header_type );