From 5425b547f78997d1d4b918bb310cb9396580112b Mon Sep 17 00:00:00 2001 From: stevetruckstuff Date: Tue, 3 Oct 2006 15:10:55 +0000 Subject: [PATCH] Enable icons by default, using hte XP theme. Also, add the demo "Blue Option" user theme. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11818 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/config_default.php b/config/config_default.php index 67fd1064..2afa0e2c 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -686,6 +686,8 @@ $user_theme_default = 0; $user_themes[0]['PATH'] = 'none'; $user_themes[0]['NAME'] = 'Default'; +$user_themes[1]['PATH'] = '../css/blue_gradient/'; +$user_themes[1]['NAME'] = 'Blue Options'; /** * Message Icons control @@ -694,7 +696,7 @@ $user_themes[0]['NAME'] = 'Default'; * @global bool $use_icons * @since 1.5.1 */ -$use_icons = false; +$use_icons = true; /** * Icon Themes @@ -710,7 +712,7 @@ $use_icons = false; * @global integer $icon_theme_def * @since 1.5.2 */ -$icon_theme_def = 0; +$icon_theme_def = 3; /** * Listing of installed icon themes -- 2.25.1