PATH:
home
/
letacommog
/
menuiserie-convert
/
wp-content
/
themes
/
dt-the7
/
template-parts
/
header
<?php /** * Overlay header. * * @package the7 * @since 3.0.0 */ // File Security Check if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div <?php presscore_header_class( 'masthead side-header' ); ?> role="banner"> <header class="header-bar"> <?php presscore_get_template_part( 'theme', 'header/branding' ); ?> <?php presscore_get_template_part( 'theme', 'header/primary-menu' ); ?> <?php presscore_render_header_elements( 'below_menu' ); ?> </header> </div> <?php presscore_get_template_part( 'theme', 'header/mixed-header', presscore_get_mixed_header_layout() ); ?>
[+]
..
[-] header-inline.php
[edit]
[-] top-bar.php
[edit]
[-] header-split.php
[edit]
[-] mixed-header-top-line.php
[edit]
[-] mixed-header-side-line.php
[edit]
[-] header-overlay.php
[edit]
[-] mixed-branding.php
[edit]
[-] searchform.php
[edit]
[-] index.php
[edit]
[-] mobile-header.php
[edit]
[-] branding.php
[edit]
[-] mixed-header-menu-icon.php
[edit]
[-] header-slide-out.php
[edit]
[-] bottom-bar.php
[edit]
[-] header-classic.php
[edit]
[-] header-side.php
[edit]
[-] primary-menu.php
[edit]