" type="text/css" media="all" />
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php 
bloginfo('pingback_url');
?>
" />

<?php 
wp_head();
// wp_head
?>

</head>

<body class="<?php 
hybrid_body_class();
?>
">

	<?php 
do_atomic('open_body');
// prototype_open_body
?>

	<div id="container">

		<?php 
get_template_part('menu', 'primary');
// Loads the menu-primary.php template.
?>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title><?php hybrid_document_title(); ?></title>

<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/reset.css" media="screen" />
<link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/style.css" media="screen" />
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/layer-behavior/sb/shadowbox.css" />

<?php hybrid_head(); // Hybrid head hook ?>
<?php wp_head(); // WP head hook ?>

</head>

<body class="<?php hybrid_body_class(); body_class_page_name(true); ?>">

<?php 
//$stylesheet_dir = get_stylesheet_directory_uri();
//if (is_page('landing-page')) : ?>
<!--div id="page-bg-frame"><img id="bg-image" src="<?php //echo $stylesheet_dir; ?>/images/landing-page-bg.jpg" alt="" /></div-->
<?php //endif; ?>

<!--div id="page-content-frame"-->

<?php hybrid_before_html(); // Before HTML hook ?>

<div id="body-container"><div id="body-container-inner">

	<?php hybrid_before_header(); // Before header hook ?>
	
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />

<!-- enables older IE browsers to accept HTML5 elements
take out the script below if using modernizr or other similar solution 
=========================================================================-->
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<?php if ( is_singular() && get_option( 'thread_comments' ) ) wp_enqueue_script( 'comment-reply' ); ?>

<?php wp_head(); ?>

</head>

<body class="<?php hybrid_body_class(); ?>">

	<div id="main-wrap">
		<div id="header">
			<div id="branding">
				<?php hybrid_site_title(); ?>
				<?php hybrid_site_description(); ?>
			</div><!-- #branding -->
			
			<?php get_template_part( 'menu', 'primary' ); // Loads the menu-primary.php template. ?>
			
		</div><!-- #header -->
		
		<div id="main">
			<div class="padder">
Exemple #4
0
<script src="<?php echo THEMEDIR; ?>/_js-lib/script.js/dist/script.min.js"></script>
<script>
  $script('http://www.thebridgeovertroubledwaters.org/v2/wp-includes/js/l10n.js?ver=20101110', 'l10n');
  $script('http://www.thebridgeovertroubledwaters.org/v2/wp-includes/js/comment-reply.js?ver=20090102', 'comment-reply');
  $script('//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js', 'jquery', function() {
    $script('<?php echo THEMEDIR; ?>/_js/global.js', 'global');
  });
</script>

</head>
<?php
if($post->post_parent) {
  $hasparent = ' has-parent';
}
?>
<body class="<?php hybrid_body_class(); echo $hasparent; ?>">

<div id="page-background"></div>

<div id="container-page">

<?php hybrid_before_html(); // Before HTML hook ?>

<div id="body-container" class="container_16 clearfix">

    <div id="escape-info" class="grid_14 push_1 alpha omega"><span id="keep-safe">Keep yourself safe when visiting our site</span><p>The Domestic Violence Center provides an escape link on every page to prevent others from discovering your visit to this site.  Click anywhere on the ESCAPE button and you'll be immediately redirected to a default page.</p>
    <p>Also, we urge you to follow these web safety guidelines to protect yourself</p>
    <a title="close this window" id="close-escape">Close</a>
    </div>
    
	<?php hybrid_before_header(); // Before header hook ?>