X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=templates%2Fdefault_advanced%2Fconfig.php;h=e0efbd1efb7fe7b5ed90e079a3f20ce165ff209c;hb=a564b9e3f94dcd52acd4133c84de9cac3da3cab6;hp=9e8a3db0a71b131b7bd0f0359cd0d271bc5da07b;hpb=34904996deedab3892735357340ff202c0d30fa2;p=squirrelmail.git diff --git a/templates/default_advanced/config.php b/templates/default_advanced/config.php index 9e8a3db0..e0efbd1e 100644 --- a/templates/default_advanced/config.php +++ b/templates/default_advanced/config.php @@ -3,7 +3,7 @@ /** * Provides some basic configuration options to the template engine * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright 1999-2017 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -17,6 +17,12 @@ $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. * @@ -39,7 +45,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();