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

skwashd’s picture

Status: Active » Closed (duplicate)