Uname: Linux premium72.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software: LiteSpeed
PHP version: 8.2.29 [ PHP INFO ] PHP os: Linux
Server Ip: 198.54.125.95
Your Ip: 216.73.216.164
User: matican (532) | Group: matican (531)
Safe Mode: OFF
Disable Function:
NONE

name : header-style6.php
<?php

/*
Header Style 3
*/
global $dabble_option;
$sticky = $dabble_option['off_sticky']; 
$sticky_menu = ($sticky == 1) ? ' menu-sticky' : '';

// Header Options here
require get_parent_theme_file_path('inc/header/header-options.php');
?>
<?php 
    //off convas here
    get_template_part('inc/header/off-canvas');
?> 


<!-- Mobile Menu Start -->
    <div class="responsive-menus"><?php require get_parent_theme_file_path('inc/header/responsive-menu.php');?></div>
<!-- Mobile Menu End -->

<header id="rs-header" class="header-style-6 header-style-three mainsmenu<?php echo esc_attr($main_menu_hides);?> <?php echo esc_attr($main_menu_icon);?>">
    <?php 
      //include sticky search here
      get_template_part('inc/header/search');
    ?> 
    <div class="header-inner<?php echo esc_attr($sticky_menu);?>">
        <!-- Toolbar Start -->
        <?php          
            get_template_part('inc/header/top-head/top-head','two');
        ?>
        <!-- Toolbar End -->

       <!-- Header Menu Start -->  
       <?php
        $menu_bg_color = !empty($menu_bg) ? 'style=background:'.$menu_bg.'' : '';
        ?>
        <div class="box-layout <?php echo esc_attr($header_width);?>" <?php echo wp_kses($menu_bg_color, 'dabble');?>>
        <div class="row-table"> 
            
        <?php  get_template_part('inc/header/logo'); ?>

        <div class="menu-area col-cell menu_type_<?php echo esc_attr($main_menu_type);?>">
            <div class="menu_one"> 
                <div class="col-cell menu-responsive">  
                    <?php                  
                        if(is_page_template('page-single.php')){
                            require get_parent_theme_file_path('inc/header/menu-single.php'); 
                        }else{
                            require get_parent_theme_file_path('inc/header/menu.php'); 
                        }               
                    ?>
                </div>
            </div>
        </div>                
        <div class="col-cell last-cls">

            <?php
            if(!empty($dabble_option['quote'])):   
              $quote_menu = $dabble_option['quote'];                        
            endif;        
            ?>

            <div class="col-cell header-quote">                         
                <?php
                    //include Cart here 
                if($rs_show_cart != 'hide'){
                  if(!empty($dabble_option['wc_cart_icon']) || ($rs_show_cart == 'show') ) {
                    get_template_part('inc/header/cart');
                  }
                } 
                ?>                         

                <?php 

                if($rs_offcanvas != 'hide'):
                  if(!empty($dabble_option['off_canvas']) || ($rs_offcanvas == 'show') ): ?>
                  <div class="sidebarmenu-area text-right">
                    <?php if(!empty($dabble_option['off_canvas']) || ($rs_offcanvas == 'show') ){
                            $off = $dabble_option['off_canvas'];
                            if( ($off == 1) || ($rs_offcanvas == 'show') ){
                       ?>
                        <ul class="offcanvas-icon">
                            <li class="nav-link-container"> 
                                <a href='#' class="nav-menu-link menu-button" id="open-button2">
                                    <span class="dot1"></span>
                                    <span class="dot2"></span>
                                    <span class="dot3"></span>
                                    <span class="dot4"></span>
                                    <span class="dot5"></span>
                                    <span class="dot6"></span>
                                    <span class="dot7"></span>
                                    <span class="dot8"></span>
                                    <span class="dot9"></span>
                                </a> 
                            </li>
                        </ul>
                        <?php } 
                    }?> 
                  </div>
                <?php endif; endif; ?>

                <?php if(!empty($dabble_option['phone'])) { ?>              
                <div class="rs-contact-location">
                    <i class="phone-icon flaticon-call"></i>                        
                    <span class="contact-inf">
                        <a href="tel:+<?php echo esc_attr(str_replace(" ","",($dabble_option['phone'])))?>"> <?php echo esc_html($dabble_option['phone'])?></a>
                        <span class="phone-line"><?php echo esc_html($dabble_option['phone_line'])?></span>
                    </span>
                </div>
                <?php } ?>

                <div class="sidebarmenu-area text-right mobilehum">                                    
                    <ul class="offcanvas-icon">
                        <li class="nav-link-container"> 
                            <a href='#' class="nav-menu-link menu-button">
                                <span class="dot1"></span>
                                <span class="dot2"></span>
                                <span class="dot3"></span>
                                <span class="dot4"></span>
                                <span class="dot5"></span>
                                <span class="dot6"></span>
                                <span class="dot7"></span>
                                <span class="dot8"></span>
                                <span class="dot9"></span>
                            </a> 
                        </li>
                    </ul>                                       
                </div>
                

            </div>    
        </div>
        </div>
      <!-- Header Menu End --> 
      </div>
    </div>
  <?php 
      get_template_part( 'inc/breadcrumbs' );
  ?>
    <!-- Slider Start Here -->
    <?php  get_template_part('inc/header/slider/slider'); ?>
</header>
© 2025 XylotrechusZ