Add access keys for folder pane
[squirrelmail.git] / templates / default_advanced / config.php
index 45df26d8b6da98098199eef57834412d6e29af3b..f974e9dea440ba2d637dd845b1f92ac2ef138abf 100644 (file)
 $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();