Add org logo width/height to the admin plugin
authorsimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 16 Mar 2002 12:46:09 +0000 (12:46 +0000)
committersimond <simond@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 16 Mar 2002 12:46:09 +0000 (12:46 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2590 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/defines.php

index 85d15db9042d78a9d5ef91d6f9af83b347eeb1ee..7f90041b0e127a43993cad27df48b50a99f5b571 100644 (file)
@@ -63,6 +63,14 @@ $defcfg = array( '$config_version' => array( 'name' => _("Config File Version"),
                  '$org_logo' => array( 'name' => _("Organization Logo"),
                                        'type' => SMOPT_TYPE_STRING,
                                        'size' => 40 ),
+                 '$org_logo_width' => array( 'name'    => _("Organization Logo Width"),
+                                             'type'    => SMOPT_TYPE_INTEGER,
+                                             'size'    => 5,
+                                             'default' => 0),
+                 '$org_logo_height' => array( 'name'    => _("Organization Logo Height"),
+                                              'type'    => SMOPT_TYPE_INTEGER,
+                                              'size'    => 5,
+                                              'default' => 0),
                  '$org_title' => array( 'name' => _("Organization Title"),
                                         'type' => SMOPT_TYPE_STRING,
                                         'size' => 40 ),