Modified default width and height logo image.
authorphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Mar 2002 11:07:35 +0000 (11:07 +0000)
committerphilippe_mingo <philippe_mingo@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 17 Mar 2002 11:07:35 +0000 (11:07 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2592 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/config_default.php

index a6fda87c7337dd10bc3a7b9306c119eac437c10b..6a4322394026d8cf13eb4a01090cc0ba0b273f10 100644 (file)
@@ -17,10 +17,10 @@ global $org_logo;
 $org_logo = '../images/sm_logo.png';
 
 /*  The width of the logo (0 for default) */
-$org_logo_width = 0;
+$org_logo_width = 308;
 
 /*  The height of the logo (0 for default) */
-$org_logo_height = 1;
+$org_logo_height = 111;
 
 
 /* Organization's name */