File: /var/www/html/triad-infosec/wp-content/themes/Avada/templates/header-v5.php
<?php
/**
* Header-v5 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.' );
}
?>
<div class="fusion-header-sticky-height"></div>
<div class="fusion-sticky-header-wrapper"> <!-- start fusion sticky header wrapper -->
<div class="fusion-header">
<div class="fusion-row">
<?php if ( 'flyout' === Avada()->settings->get( 'mobile_menu_design' ) ) : ?>
<div class="fusion-header-has-flyout-menu-content">
<?php endif; ?>
<?php avada_logo(); ?>
<?php if ( 'flyout' === Avada()->settings->get( 'mobile_menu_design' ) ) : ?>
<?php get_template_part( 'templates/menu-mobile-flyout' ); ?>
<?php else : ?>
<?php get_template_part( 'templates/menu-mobile-modern' ); ?>
<?php endif; ?>
<?php if ( 'flyout' === Avada()->settings->get( 'mobile_menu_design' ) ) : ?>
</div>
<?php endif; ?>
</div>
</div>