Dashboard
PHP:
7.4.33
OS:
Linux
User:
vqweckd
/
/
home
/
vqweckd
/
www
/
wp-content
/
themes
/
Avada
/
templates
📤 Upload
📝 New File
📁 New Folder
Close
Editing: header-4.php
<?php /** * Header-4 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 );
Save
Cancel