Index error on line 62 of page.template.php. You have :

if ($content['right']):

I think you meant :

if ($page['right']):

Comments

add1sun’s picture

Status: Active » Fixed

Thanks! Fixed in the 7.x branch (will be in the tarball when the next project cron runs).

Status: Fixed » Closed (fixed)

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

JesseJones’s picture

Notice: 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?)

dcrocks’s picture

This 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.

dcrocks’s picture

ps. You did install the Adaptivetheme theme as well?

add1sun’s picture

Please open this as a new issue in the corolla queue. It doesn't belong here.