Enabled the Corolla theme on a fresh Drupal 7 install and got:
mod_fcgid: stderr: PHP Fatal error: Call to undefined function at_get_setting() in /home/mysite/public_html/sites/default/themes/corolla/template.php on line 29
Line 29 of template.php:
$vars['classes_array'][] = at_get_setting($setting);
Comments
Comment #1
yngens commentedThe error gone after enabling Adaptive theme.
Comment #2
anni commentedI get this error too.
Adaptive is enabled.
Comment #2.0
anni commented$vars['classes_array'][] = at_get_setting($setting);
Comment #4
Jeff Burnz commented