From 29c1fb339d6d1285b3e09e7f964ce08807683263 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Wed, 3 Apr 2013 10:26:12 +0800 Subject: [PATCH] MDL-38016 Theme Bootstrap - Add bootstrap to standard themes list. --- lib/pluginlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pluginlib.php b/lib/pluginlib.php index f3d408762d3..5b23b23f989 100644 --- a/lib/pluginlib.php +++ b/lib/pluginlib.php @@ -562,7 +562,7 @@ class plugin_manager { ), 'theme' => array( - 'afterburner', 'anomaly', 'arialist', 'base', 'binarius', + 'afterburner', 'anomaly', 'arialist', 'base', 'binarius', 'bootstrap', 'boxxie', 'brick', 'canvas', 'formal_white', 'formfactor', 'fusion', 'leatherbound', 'magazine', 'mymobile', 'nimble', 'nonzero', 'overlay', 'serenity', 'sky_high', 'splash',