if a site dont have a region header
it will throw errors.
so lets remove it
<?php if ($page['header']): ?>
<div class="header">
<?php print render($page['header']); ?>
</div>
<?php endif; ?>if a site dont have a region header
it will throw errors.
so lets remove it
<?php if ($page['header']): ?>
<div class="header">
<?php print render($page['header']); ?>
</div>
<?php endif; ?>
Comments
Comment #1
skwashd commentedThis is a dupe of #1720372: page-404 dependency on region header