When visiting admin/appearance/settings/mytheme or admin/appearance/settings/mothership, the following error is shown:
Notice: Undefined index: header_menu in include() (line 23 of /var/www/example.com/sites/all/themes/mothership/mothership/templates/page--404.tpl.php).

Comments

mortendk’s picture

Status: Active » Closed (fixed)

thanx for the heads up
fixed in 7.x-2.2

sirkitree’s picture

Version: 7.x-2.1 » 7.x-2.2
Status: Closed (fixed) » Active

Still have this error in 7.x-2.2

sirkitree’s picture

removing:



  <?php if ($page['header_menu']): ?>
    <div class="header-menu">
      <?php print render($page['header_menu']); ?>
    </div>
  <?php endif; ?>


fixes this

mortendk’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.