PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
themes
/
dwt-listing
/
template-parts
/
header
<?php global $dwt_listing_options; $no_left = ''; if( isset( $dwt_listing_options["dwt_listing_header-btn"] ) && $dwt_listing_options["dwt_listing_header-btn"] == "0" ) { $no_left = 'no-left-p'; } get_template_part( 'template-parts/header/topbar'); ?> <section class="n-header-4"> <nav id="menu-1" class="mega-menu"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-xs-12"> <div class="menu-list-items"> <!-- menu logo --> <?php echo dwt_listing_site_logo('1'); ?> <ul class="menu-button <?php echo esc_attr($no_left); ?>"> <?php echo dwt_listing_header_profile_menu(); ?> </ul> <!-- menu links --> <ul class="menu-links"><?php dwt_listing_themeMenu( 'main_menu' ); ?></ul> </div> </div> </div> </div> </nav> </section>
[+]
..
[+]
transparent-header
[-] header-4.php
[edit]
[-] header-3.php
[edit]
[-] header-2.php
[edit]
[-] topbar.php
[edit]
[-] header-theme.php
[edit]
[-] header-1.php
[edit]