Change string casing
[squirrelmail.git] / templates / default_advanced / config.php
index 9e8a3db0a71b131b7bd0f0359cd0d271bc5da07b..5cb32fda4a627822e114afadd3ef2b193779789f 100644 (file)
@@ -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
@@ -39,7 +39,7 @@ $parent_template_set = 'default';
   * will be disabled, and only those in $add_plugins will be enabled.
   *
   */
-$add_plugins = array();
+$add_plugins = array('preview_pane',);
 $remove_plugins = array();