- Patch #490562 by dww: updated list of core themes.
parent
2f6d623435
commit
0a2352c866
|
@ -117,7 +117,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('garland', 'minnelli', 'stark'))) {
|
||||
// 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';
|
||||
|
|
Loading…
Reference in New Issue