page.tpl.php version 1.4.2.5
line 99 references $content_top
line 106 reference the $content_bottom
But these block areas don't exist in drupify.info so this results in these notice level warnings:

# notice: Undefined variable: content_top in /home/toddgee_web/webroot/drupal/friendsofgoetheschool.org/sites/friendsofgoetheschool.org/themes/contrib/drupify/page.tpl.php on line 99.
# notice: Undefined variable: content_bottom in /home/toddgee_web/webroot/drupal/friendsofgoetheschool.org/sites/friendsofgoetheschool.org/themes/contrib/drupify/page.tpl.php on line 106.

This is similar to http://drupal.org/node/729290
(probably should have combined these in one report as they're on the same file.)

Comments

matt v.’s picture

Status: Active » Fixed

I just committed a fix to the dev release, adding the content_top and content_bottom regions to the drupify.info file. If you get a chance, please confirm that the dev release fixes the issue. Thanks for pointing that out!

Status: Fixed » Closed (fixed)

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