mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-43784 theme: Removing all the old themes
This commit is contained in:
parent
9b8555fbea
commit
7a2dabcbaa
742 changed files with 57 additions and 31842 deletions
|
@ -909,7 +909,9 @@ class core_plugin_manager {
|
|||
'qformat' => array('blackboard'),
|
||||
'enrol' => array('authorize'),
|
||||
'tool' => array('bloglevelupgrade'),
|
||||
'theme' => array('mymobile'),
|
||||
'theme' => array('mymobile', 'afterburner', 'anomaly', 'arialist', 'binarius', 'boxxie', 'brick', 'formal_white',
|
||||
'formfactor', 'fusion', 'leatherbound', 'magazine', 'nimble', 'nonzero', 'overlay', 'serenity', 'sky_high',
|
||||
'splash', 'standard', 'standardold'),
|
||||
);
|
||||
|
||||
if (!isset($plugins[$type])) {
|
||||
|
@ -1111,11 +1113,7 @@ class core_plugin_manager {
|
|||
),
|
||||
|
||||
'theme' => array(
|
||||
'afterburner', 'anomaly', 'arialist', 'base', 'binarius', 'bootstrapbase',
|
||||
'boxxie', 'brick', 'canvas', 'clean', 'formal_white', 'formfactor',
|
||||
'fusion', 'leatherbound', 'magazine', 'nimble',
|
||||
'nonzero', 'overlay', 'serenity', 'sky_high', 'splash',
|
||||
'standard', 'standardold'
|
||||
'base', 'bootstrapbase', 'canvas', 'clean'
|
||||
),
|
||||
|
||||
'tool' => array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue