Removing Minnelli theme from core
This commit is contained in:
parent
3e27c84bbd
commit
8903794a18
10 changed files with 5 additions and 110 deletions
|
@ -157,7 +157,7 @@ function update_get_project_name($file) {
|
|||
elseif (isset($file->info['package']) && (strpos($file->info['package'], 'Core -') !== FALSE)) {
|
||||
$project_name = 'drupal';
|
||||
}
|
||||
elseif (in_array($file->name, array('bluemarine', 'chameleon', 'garland', 'marvin', 'minnelli', 'pushbutton'))) {
|
||||
elseif (in_array($file->name, array('bluemarine', 'chameleon', 'garland', 'marvin', 'pushbutton'))) {
|
||||
// Unfortunately, there's no way to tell if a theme is part of core,
|
||||
// so we must hard-code a list here.
|
||||
$project_name = 'drupal';
|
||||
|
|
Reference in a new issue