Closed (fixed)
Project:
960 Robots
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jun 2011 at 22:42 UTC
Updated:
25 Jan 2013 at 09:07 UTC
Index error on line 62 of page.template.php. You have :
if ($content['right']):
I think you meant :
if ($page['right']):
Comments
Comment #1
add1sun commentedThanks! Fixed in the 7.x branch (will be in the tarball when the next project cron runs).
Comment #3
JesseJones commentedNotice: Undefined index: three_33_top in include() (line 52 of /var/www/drupal7/sites/gardens.dinsmorelandscaping.com/themes/corolla/templates/page.tpl.php).
Notice: Undefined index: three_33_bottom in include() (line 56 of /var/www/drupal7/sites/gardens.dinsmorelandscaping.com/themes/corolla/templates/page.tpl.php).
I've noodled around for a few hours to no avail. I am a php, css novice so I have little perspective. (any ideas?)
Comment #4
dcrocks commentedThis issue was about an entirely different theme, 960 robot, not corolla. Try the issue queue at http://drupal.org/project/corolla to see if the problem was reported there. That error is probably because the regions tested in those statements aren't defined.
Comment #5
dcrocks commentedps. You did install the Adaptivetheme theme as well?
Comment #6
add1sun commentedPlease open this as a new issue in the corolla queue. It doesn't belong here.