<div class="col-lg-12 white ">
						<div class="row">
							<div class='breadcrumbs'>
								<?php 
        if (function_exists('bcn_display') && !is_front_page()) {
            bcn_display();
        }
        ?>
							</div>
						</div>

						<div class="col-lg-3 col-md-3 col-sm-12" id='secondarynav'>
					
								<?php 
        renderLeftNav();
        ?>
													
						</div>
	
						<div class="col-lg-9 col-md-9 col-sm-12">
	
							<?php 
        if (!is_front_page()) {
            ?>
								<h1><?php 
            the_title();
            ?>
</h1>
							<?php 
        }
Exemplo n.º 2
0
if (is_singular() && get_option('thread_comments')) {
    wp_enqueue_script('comment-reply');
}
/* Always have wp_head() just before the closing </head>
 * tag of your theme, or you will break many plugins, which
 * generally use this hook to add elements to <head> such
 * as styles, scripts, and meta tags.
 */
wp_head();
?>
</head>

<?php 
$tzone = get_option('timezone_string');
date_default_timezone_set($tzone);
$parentpageclass = renderLeftNav("FALSE") ? "parentpage" : "notparentpage";
$parentpageclass .= " custom-background";
?>

<body <?php 
body_class($parentpageclass);
?>
>

<?php 
// include(get_stylesheet_directory() . "/sidebar-cookiebar.php");
?>
	<div id='topstrip'>
				
		<nav class="navbar navbar-inverse" role="navigation">
		  <!-- Brand and toggle get grouped for better mobile display -->