From e18597fa152be8aebb5a32731a57254cec501393 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Mudr=C3=A1k?= Date: Thu, 25 Apr 2013 22:23:58 +0200 Subject: [PATCH] MDL-39358 Mark the new theme_clean as a standard plugin --- lib/pluginlib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ), -- 2.43.0