HEX
Server: Apache
System: Linux www3.pit.tblive.com 5.14.0-687.38.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Aug 12 17:19:12 EDT 2026 x86_64
User: awaldron (1020)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //home/awaldron/_upmc/pancreaseq.com/wp-content/themes/pancreaseq/header.php
<?php
/**
 * The header.
 *
 * This is the template that displays all of the <head> section and everything up until main.
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package WordPress
 * @subpackage Twenty_Twenty_One
 * @since Twenty Twenty-One 1.0
 */

?>
<!doctype html>
<html <?php language_attributes(); ?> <?php pancreaseq_the_html_classes(); ?>>
<head>
    <meta charset="<?php bloginfo('charset'); ?>"/>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <!-- Google tag (gtag.js) --> 
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-HTG7WF4CKB"></script> 
    <script src="https://www.google.com/recaptcha/api.js"></script>
    <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-HTG7WF4CKB'); </script>
     <script>
	   function onSubmit(token) {
	     document.getElementById("contact-form").submit();
	   }
	 </script>
    <?php wp_head(); ?>
        <style>
	    a.wp-block-button__link:hover {
		    text-decoration: none;
	    }
    </style>
</head>

<body <?php body_class(); ?>>
<?php wp_body_open(); ?>

<header>
    <div class="container-fluid">
        <div class="row">
            <div class="col-12">
                <div id="page-head">
                    <div>
                        <a href="/">
                            <img src="<?= get_template_directory_uri() ?>/assets/img/logo.png" alt="PancreaSeq logo" id="logo"/>
                        </a>
                    </div>
                    <nav>
                        <?php wp_nav_menu([ 'menu' => 'main-menu' ]); ?>
                    </nav>
                </div>
            </div>
        </div>
    </div>
</header>