X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault%2Fconfig.php;h=e7b403b0fc01c17e5c4a23819d76dbbc7caf8c56;hb=12e4996a72a0dc29e25fc90bf9edf9dce30f2810;hp=2384aa4f65dd275393b8846d967be7a8de096717;hpb=39935353d6f641cbd5d13f7003939e3d23c9c2ea;p=squirrelmail.git diff --git a/templates/default/config.php b/templates/default/config.php index 2384aa4f..e7b403b0 100644 --- a/templates/default/config.php +++ b/templates/default/config.php @@ -3,7 +3,7 @@ /** * Provides some basic configuration options to the template engine * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -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(); + +