MDL-55837 themes: base and canvas themes removed
Look for them in the plugins DB if you still need them.
This commit is contained in:
@@ -1664,9 +1664,9 @@ class core_plugin_manager {
|
||||
'repository' => array('alfresco'),
|
||||
'tinymce' => array('dragmath'),
|
||||
'tool' => array('bloglevelupgrade', 'qeupgradehelper', 'timezoneimport'),
|
||||
'theme' => array('mymobile', 'afterburner', 'anomaly', 'arialist', 'binarius', 'boxxie', 'brick', 'formal_white',
|
||||
'formfactor', 'fusion', 'leatherbound', 'magazine', 'nimble', 'nonzero', 'overlay', 'serenity', 'sky_high',
|
||||
'splash', 'standard', 'standardold'),
|
||||
'theme' => array('afterburner', 'anomaly', 'arialist', 'base', 'binarius', 'boxxie', 'brick', 'canvas',
|
||||
'formal_white', 'formfactor', 'fusion', 'leatherbound', 'magazine', 'mymobile', 'nimble', 'nonzero',
|
||||
'overlay', 'serenity', 'sky_high', 'splash', 'standard', 'standardold'),
|
||||
'webservice' => array('amf'),
|
||||
);
|
||||
|
||||
@@ -1900,7 +1900,7 @@ class core_plugin_manager {
|
||||
),
|
||||
|
||||
'theme' => array(
|
||||
'base', 'bootstrapbase', 'canvas', 'clean', 'more'
|
||||
'bootstrapbase', 'clean', 'more'
|
||||
),
|
||||
|
||||
'tool' => array(
|
||||
|
||||
Reference in New Issue
Block a user