X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=templates%2Fdefault_advanced%2Fconfig.php;h=c1a797f164838704284aed78fa2587af3233ce67;hp=45df26d8b6da98098199eef57834412d6e29af3b;hb=c4faef335b2362c81b8ebf026d4066c12d70536c;hpb=4b5049de2fa934c45599d6e4c74bf2bbee10d34d diff --git a/templates/default_advanced/config.php b/templates/default_advanced/config.php index 45df26d8..c1a797f1 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-2007 The SquirrelMail Project Team + * @copyright 1999-2020 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();