Hi there. Upon installing 7.x-1.4 and creating a sub-theme, I get this PHP notice when using the sub-theme:
Notice: Undefined index: collapsible in include() (line 66 of ***/sites/all/themes/sky/templates/page.tpl.php).

It appears that the following:
if ($page['collapsible']):

doesn't produce the notice if you use empty():
if (!empty($page['collapsible'])):

Thanks.

Comments

ambient.impact’s picture

Title: PHP Notice in page.tpl.php » PHP Notice in page.tpl.php when sub-theming
jacine’s picture

Status: Active » Fixed

A fix has been committed, and will be released shortly. Thank you! :)

Status: Fixed » Closed (fixed)

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