Active
Project:
Sky
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2013 at 13:20 UTC
Updated:
16 Apr 2013 at 00:49 UTC
When enabling the markup override "Use page--full-width-wrappers.tpl.php by default" for the Sky Theme, I get the following error message:
Notice: Undefined index: leaderboard in include() (line 104 of .../sites/all/themes/adaptivetheme/at_core/templates/page--full-width-wrappers.tpl.php).
I am trying to obtain full-width headers and footers with 3x33 GPanels headers and 4x25 GPanels footers in a subtheme based upon footheme, so if this won't fix, I'd appreciate a hint how to accomplish that.
Comments
Comment #1
Nicholas Cook commentedi think the warning is due to a "missing" region called leaderboard which appears in adaptive theme but not in sky. You can either add the region to your theme_name.info i.e
regions[leaderboard] = Leaderboardor copy the page--full-width-wrappers.tpl.php to your templates folder in your theme and edit the file removing the following code:Comment #2
Jeff Burnz commentedIts not a bug, it just doesn't work with all themes, its more for when you are building from scratch.