Removed html formating from address book backend classes. Added
[squirrelmail.git] / config / config_default.php
index 398716cb9932ca8537bb7f8bd433e1022da66999..00fb5fd8fd19a276506fe1ad4f5a4ad637be54ae 100644 (file)
@@ -832,7 +832,8 @@ $templateset_default = 0;
 
 $aTemplateSet[0]['PATH'] = SM_PATH . 'templates/default/';
 $aTemplateSet[0]['NAME'] = 'Default template';
-
+$aTemplateSet[1]['PATH'] = SM_PATH . 'templates/default_advanced/';
+$aTemplateSet[1]['NAME'] = 'Advanced template';
 
 /**
  * Default interface font size.
@@ -1028,7 +1029,7 @@ $squirrelmail_default_language = 'en_US';
  * This option controls what character set is used when sending
  * mail and when sending HTML to the browser. Option works only
  * with US English (en_US) translation. Other translations use
- * charsets that are set in functions/i18n.php.
+ * charsets that are set in translation settings.
  *
  * @global string $default_charset
  */
@@ -1090,15 +1091,6 @@ $lossy_encoding = false;
 $time_zone_type = 0;
 
 /*** Tweaks ***/
-/**
- * Advanced DHTML tree control
- *
- * Use experimental DHTML folder listing
- * @global bool $advanced_tree
- * @since 1.5.0
- */
-$advanced_tree = false;
-
 /**
  * Iframe sandbox code control
  *