File: /home/nlrb7/domains/rb7.nl/public_html/wp-content/themes/tempera/header.php
<?php
/**
* The Header
*
* Displays all of the <head> section and everything up till <div id="main">
*
* @package Cryout Creations
* @subpackage tempera
* @since tempera 0.5
*/
?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<?php cryout_meta_hook(); ?>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
<?php
cryout_header_hook();
wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<?php cryout_body_hook(); ?>
<?php /* wp_body_open() call is hooked into cryout_body_hook */ ?>
<div id="wrapper" class="hfeed">
<div id="topbar" ><div id="topbar-inner"> <?php cryout_topbar_hook(); ?> </div></div>
<?php cryout_wrapper_hook(); ?>
<div id="header-full">
<header id="header">
<?php cryout_masthead_hook(); ?>
<div id="masthead">
<div id="branding" role="banner" >
<?php cryout_branding_hook();?>
<?php cryout_header_widgets_hook(); ?>
<div style="clear:both;"></div>
</div><!-- #branding -->
<button id="nav-toggle"><span> </span></button>
<nav id="<?php echo apply_filters( 'tempera_mainnav_id', 'access' ) ?>" class="<?php echo apply_filters( 'tempera_mainnav_class', 'jssafe' ) ?>" role="navigation">
<?php cryout_access_hook();?>
</nav><!-- #access -->
</div><!-- #masthead -->
</header><!-- #header -->
</div><!-- #header-full -->
<div style="clear:both;height:0;"> </div>
<div id="main" class="main">
<?php cryout_main_hook(); ?>
<div id="forbottom" >
<?php cryout_forbottom_hook(); ?>
<div style="clear:both;"> </div>
<?php cryout_breadcrumbs_hook();?>