phpdoc blocks
[squirrelmail.git] / plugins / administrator / defines.php
index 7ea7d66331174029bf2d3ad1f18109d9a5f31b26..5ffa2826c2b33926c66e331e0288754b1f387665 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Philippe Mingo
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage administrator
  */
@@ -148,6 +148,8 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                 '$pop_before_smtp' => array( 'name' => _("POP3 Before SMTP?"),
                                                                                          'type' => SMOPT_TYPE_BOOLEAN,
                                                                                          'default' => false ),
+                 '$skip_SM_header' => array( 'name' => _("Hide SquirrelMail Header"),
+                                          'type' => SMOPT_TYPE_BOOLEAN ),
                  '$invert_time' => array( 'name' => _("Invert Time"),
                                           'type' => SMOPT_TYPE_BOOLEAN ),
                  /* --------------------------------------------------------*/
@@ -194,7 +196,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                                        SMPREF_UNSEEN_TOTAL => _("Unseen and Total") ) ),
                  '$auto_create_special' => array( 'name' => _("Auto Create Special Folders"),
                                                   'type' => SMOPT_TYPE_BOOLEAN ),
-                 '$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Adrressbook"),
+                 '$default_use_javascript_addr_book' => array( 'name' => _("Default Javascript Addressbook"),
                                                   'type' => SMOPT_TYPE_BOOLEAN ),
                  '$delete_folder' => array( 'name' => _("Auto delete folders"),
                                             'type' => SMOPT_TYPE_BOOLEAN ),
@@ -346,4 +348,4 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
 
                );
 
-?>
+?>
\ No newline at end of file