Removing Minnelli theme from core

This commit is contained in:
Manuel Cillero 2017-07-25 13:34:47 +02:00
parent 3e27c84bbd
commit 8903794a18
10 changed files with 5 additions and 110 deletions

View file

@ -202,7 +202,7 @@ ini_set('url_rewriter.tags', '');
*/
# $conf = array(
# 'site_name' => 'My Drupal site',
# 'theme_default' => 'minnelli',
# 'theme_default' => 'garland',
# 'anonymous' => 'Visitor',
/**
* A custom theme can be set for the off-line page. This applies when the site
@ -212,7 +212,7 @@ ini_set('url_rewriter.tags', '');
* theme. It is located inside 'modules/system/maintenance-page.tpl.php'.
* Note: This setting does not apply to installation and update pages.
*/
# 'maintenance_theme' => 'minnelli',
# 'maintenance_theme' => 'garland',
/**
* reverse_proxy accepts a boolean value.
*