File: /services/webpages/a/b/absolutespace.ca/public/wp-content/themes/catch-kathmandu-pro/header.php
<?php
/**
* The Header for our theme.
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package Catch Themes
* @subpackage Catch Kathmandu
* @since Catch Kathmandu 1.0
*/
?>
<!DOCTYPE html>
<!--[if IE 6]>
<html id="ie6" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 7]>
<html id="ie7" <?php language_attributes(); ?>>
<![endif]-->
<!--[if IE 8]>
<html id="ie8" <?php language_attributes(); ?>>
<![endif]-->
<!--[if !(IE 6) | !(IE 7) | !(IE 8) ]><!-->
<html <?php language_attributes(); ?>>
<!--<![endif]-->
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<title>
<?php
if ( defined( 'WPSEO_VERSION' ) ) {
// WordPress SEO is activated
wp_title();
} else {
// WordPress SEO is not activated
wp_title( '|', true, 'right' );
}
?>
</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<!--[if lt IE 9]>
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.min.js"></script>
<![endif]-->
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php
/**
* catchkathmandu_before hook
*/
do_action( 'catchkathmandu_before' ); ?>
<div id="page" class="hfeed site">
<?php
/**
* catchkathmandu_before_header hook
*/
do_action( 'catchkathmandu_before_header' ); ?>
<header id="masthead" role="banner">
<?php
/**
* catchkathmandu_before_hgroup_wrap hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* catchkathmandu_header_top 10
*/
do_action( 'catchkathmandu_before_hgroup_wrap' ); ?>
<div id="hgroup-wrap" class="container">
<?php
/**
* catchkathmandu_hgroup_wrap hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* catchkathmandu_header_image 10
* catchkathmandu_header_right 15
*/
do_action( 'catchkathmandu_hgroup_wrap' ); ?>
</div><!-- #hgroup-wrap -->
<?php
/**
* catchkathmandu_after_hgroup_wrap hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* catchkathmandu_secondary_menu 10
* catchkathmandu_breadcrumb_display 15
*/
do_action( 'catchkathmandu_after_hgroup_wrap' ); ?>
</header><!-- #masthead .site-header -->
<?php
/**
* catchkathmandu_after_header hook
*/
do_action( 'catchkathmandu_after_header' ); ?>
<?php
/**
* catchkathmandu_before_main hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* catchkathmandu_slider_display 10
* catchkathmandu_homepage_headline 15
*/
do_action( 'catchkathmandu_before_main' ); ?>
<div id="main" class="container">
<?php
/**
* catchkathmandu_main hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* catchkathmandu_homepage_featured_display 10
*/
do_action( 'catchkathmandu_main' ); ?>
<?php
/**
* catchkathmandu_content_sidebar_start hook
*
* HOOKED_FUNCTION_NAME PRIORITY
*
* catchkathmandu_homepage_featured_display 10
*/
do_action( 'catchkathmandu_content_sidebar_start' ); ?>