phpdoc blocks
[squirrelmail.git] / plugins / administrator / defines.php
index 4d5f015c68147846d7069f91f3c682d32ba3d41b..5ffa2826c2b33926c66e331e0288754b1f387665 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Philippe Mingo
  *
- * $Id$
+ * @version $Id$
  * @package plugins
  * @subpackage administrator
  */
@@ -69,11 +69,11 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                        'size' => 40,
                                       'default' => '../images/sm_logo.png'),
                  '$org_logo_width' => array( 'name'    => _("Organization Logo Width"),
-                                             'type'    => SMOPT_TYPE_INTEGER,
+                                             'type'    => SMOPT_TYPE_STRING,
                                              'size'    => 5,
                                              'default' => 0),
                  '$org_logo_height' => array( 'name'    => _("Organization Logo Height"),
-                                              'type'    => SMOPT_TYPE_INTEGER,
+                                              'type'    => SMOPT_TYPE_STRING,
                                               'size'    => 5,
                                               'default' => 0),
                  '$org_title' => array( 'name' => _("Organization Title"),
@@ -148,10 +148,10 @@ $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 ),
-                 '$default_use_mdn' => array( 'name' => _("Use Confirmation Flags"),
-                                              'type' => SMOPT_TYPE_BOOLEAN ),                                          
                  /* --------------------------------------------------------*/
                  'Group3' => array( 'name' => _("Folders Defaults"),
                                     'type' => SMOPT_TYPE_TITLE ),
@@ -196,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 ),
@@ -228,7 +228,7 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                                                     'type' => SMOPT_TYPE_BOOLEAN ),
                  '$hide_sm_attributions' => array( 'name' => _("Hide SM attributions"),
                                                    'type' => SMOPT_TYPE_BOOLEAN ),
-                 'default_use_mdn' => array( 'name' => _("Enable use of delivery receipts"),
+                 '$default_use_mdn' => array( 'name' => _("Enable use of delivery receipts"),
                                              'type' => SMOPT_TYPE_BOOLEAN ),
                  '$edit_identity' => array( 'name' => _("Allow editing of identities"),
                                             'type' => SMOPT_TYPE_BOOLEAN ),
@@ -348,4 +348,4 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
 
                );
 
-?>
+?>
\ No newline at end of file