From: David Mudrák Date: Thu, 25 Apr 2013 20:23:58 +0000 (+0200) Subject: MDL-39358 Mark the new theme_clean as a standard plugin X-Git-Tag: v2.5.0-rc1~199^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=e18597fa152be8aebb5a32731a57254cec501393 MDL-39358 Mark the new theme_clean as a standard plugin --- diff --git a/lib/pluginlib.php b/lib/pluginlib.php index 3f4e607d0fd..6b30b43d49e 100644 --- a/lib/pluginlib.php +++ b/lib/pluginlib.php @@ -810,9 +810,9 @@ class plugin_manager { 'theme' => array( 'afterburner', 'anomaly', 'arialist', 'base', 'binarius', 'bootstrap', - 'boxxie', 'brick', 'canvas', 'formal_white', 'formfactor', + 'boxxie', 'brick', 'canvas', 'clean', 'formal_white', 'formfactor', 'fusion', 'leatherbound', 'magazine', 'mymobile', 'nimble', - 'nonzero', 'overlay', 'serenity', 'simple', 'sky_high', 'splash', + 'nonzero', 'overlay', 'serenity', 'sky_high', 'splash', 'standard', 'standardold' ),