Index: modules/system.module =================================================================== RCS file: /cvs/drupal/drupal/modules/system.module,v retrieving revision 1.164 diff -u -r1.164 system.module --- modules/system.module 20 Aug 2004 17:21:35 -0000 1.164 +++ modules/system.module 21 Aug 2004 01:59:54 -0000 @@ -625,7 +625,7 @@ if ($key) { // Template-specific settings - $function = function_exists($themes[$key]->prefix .'_settings'); + $function = $themes[$key]->prefix .'_settings'; if (function_exists($function)) { $group = $function(); if (strpos($themes[$key]->description, '.theme')) {