Happy New Year
[squirrelmail.git] / templates / default / config.php
index 2384aa4f65dd275393b8846d967be7a8de096717..9fc80f319540ba978fe702912c77dab9b7f687c4 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * Provides some basic configuration options to the template engine
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2018 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
 $template_engine = SQ_PHP_TEMPLATE;
 
 
+/**
+ * Indicates what the content type is for this template set.
+ */
+$content_type = 'text/html';
+
+
 /**
   * If non-empty, indicates which template set this set is derived from.
   *
@@ -32,3 +38,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();
+
+