From e79c77f2dc05fa205dae3a68fb59a2c322379a2c Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 27 Jul 2003 11:09:26 +0000 Subject: [PATCH] Added Minimal BW theme to theme list git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5447 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index 05aa3011..e6601313 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -378,6 +378,10 @@ $theme[33]['NAME'] = 'Dark Green'; $theme[34]['PATH'] = SM_PATH . 'themes/penguin.php'; $theme[34]['NAME'] = 'Penguin'; +$theme[35]['PATH'] = SM_PATH . 'themes/minimal_bw.php'; +$theme[35]['NAME'] = 'Minimal BW'; + + /** * LDAP server(s) * Array of arrays with LDAP server parameters. See -- 2.25.1