HEX
Server: Apache/2.4.6 (CentOS) PHP/5.6.39
System: Linux izj6c6ukj0hyugxsgmuxz3z 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64
User: root (0)
PHP: 5.6.39
Disabled: NONE
Upload Files
File: /web/data/blog.tbbbearing.com/wp-content/themes/blogasm/header.php
<?php
/**
 * The header for our theme
 *
 * This is the template that displays all of the <head> section and everything up until <div id="content">
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Blogasm
 */

$header_class   = array( 'site-header' );
$header_class[] = 'header-layout-1';
$header_class[] = 'scroll';
$header_class[] = 'transition-5s'; ?>

<!doctype html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
<div id="page" class="site website-container">
    <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'blogasm' ); ?></a>

    <header id="masthead" class="<?php echo esc_attr( implode( ' ', $header_class ) ); ?>">

        <?php
        /**
         * Hook - blogasm_action_header
         *
         * @hooked: blogasm_add_header    - 20
         */
        do_action( 'blogasm_action_header' ); ?>

    </header><!-- #masthead -->

    <div class="site-header-separator"></div>

<div id="content" class="site-content">