Allow template sets to override plugin configuration. See config file in template...
[squirrelmail.git] / templates / default / config.php
index 2384aa4f65dd275393b8846d967be7a8de096717..e4e668f504f8894ce791ca6aee09965068fa1484 100644 (file)
@@ -32,3 +32,14 @@ $template_engine = SQ_PHP_TEMPLATE;
 $parent_template_set = '';
 
 
+/**
+  * These settings allow this template set to change SquirrelMail's
+  * list of active plugins by adding or removing any of those listed
+  * herein.  If the $remove_plugins list contains "*", then ALL plugins
+  * will be disabled, and only those in $add_plugins will be enabled.
+  *
+  */
+$add_plugins = array();
+$remove_plugins = array();
+
+