Index: sites/default/default.settings.php =================================================================== RCS file: /cvs/drupal/drupal/sites/default/default.settings.php,v retrieving revision 1.5 diff -u -p -r1.5 default.settings.php --- sites/default/default.settings.php 30 Nov 2007 12:19:10 -0000 1.5 +++ sites/default/default.settings.php 17 Dec 2007 18:19:32 -0000 @@ -164,12 +164,18 @@ ini_set('url_rewriter.tags', ''); * set them here. You usually don't need to use this feature. This is * useful in a configuration file for a vhost or directory, rather than * the default settings.php. Any configuration setting from the 'variable' - * table can be given a new value. + * table can be given a new value. Note that any changes made to this document + * cannot to be changed from the drupal administration interface. * * Remove the leading hash signs to enable. */ # $conf = array( # 'site_name' => 'My Drupal site', +/** + * Enable this setting to set a custom default theme that will be used + * whenever this settings file is used. Be aware that when this setting is + * active that you cannot change the theme through 'admin/build/themes'. + */ # 'theme_default' => 'minnelli', # 'anonymous' => 'Visitor', /**