Skip to content
Snippets Groups Projects
Commit 09a58006 authored by Alberto Siles's avatar Alberto Siles
Browse files

Issue by @hatuhay: Corrects double header region error.

parent a30e4d5f
No related branches found
Tags 7.x-3.7
No related merge requests found
......@@ -15,7 +15,7 @@
<?php endif; ?>
<header id="navbar" class="<?php print $navbar_classes; ?>" role="banner">
<div class="navbar-inner">
<div id="main-nav">
<div id="main-nav-wrap">
<div class="navbar-header">
<?php if (!empty($logo)): ?>
<a class="logo pull-left" href="<?php print $front_page; ?>" title="<?php print t('Home'); ?>">
......@@ -79,8 +79,6 @@
<?php if (!empty($site_slogan)): ?>
<p class="lead"><?php print $site_slogan; ?></p>
<?php endif; ?>
<?php print render($page['header']); ?>
</header> <!-- /#header -->
<div class="row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment