From 6024565293fae1aef2bc5771c4b5be35525f7e77 Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Sun, 17 Mar 2002 11:07:35 +0000 Subject: [PATCH] Modified default width and height logo image. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@2592 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config_default.php b/config/config_default.php index a6fda87c..6a432239 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -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 */ -- 2.25.1