Viewing File: /home/maglabs/keymed/wp-content/themes/intime/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">
 *
 * @package Intime
 */
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
    <meta charset="<?php bloginfo( 'charset' ); ?>">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <link rel="profile" href="//gmpg.org/xfn/11">
    <?php wp_head(); ?>
</head>

<body <?php body_class(); ?>>
    <?php wp_body_open(); ?>
    <div id="page" class="site">
        <?php 
        	intime_page_loading();
        	intime_header_layout();
            intime_page_title_layout();
        ?>
        <div id="content" class="site-content">
        	<div class="content-inner">
Back to Directory File Manager