From a1b33f64816980d27b31b02373cd0a31d959ed47 Mon Sep 17 00:00:00 2001 From: fidian Date: Thu, 20 Dec 2001 19:50:21 +0000 Subject: [PATCH] Added a few cool themes from Jorey Bump git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1873 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index 8196a3aa..2cc2802a 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -301,6 +301,30 @@ $theme[19]["PATH"] = "../themes/methodical_theme.php"; $theme[19]["NAME"] = "Methodical"; + $theme[20]["PATH"] = "../themes/greenhouse_effect.php"; + $theme[20]["NAME"] = "Greenhouse Effect (Changes)"; + + $theme[21]["PATH"] = "../themes/in_the_pink.php"; + $theme[21]["NAME"] = "In The Pink (Changes)"; + + $theme[22]["PATH"] = "../themes/kind_of_blue.php"; + $theme[22]["NAME"] = "Kind of Blue (Changes)"; + + $theme[23]["PATH"] = "../themes/monostochastic.php"; + $theme[23]["NAME"] = "Monostochastic (Changes)"; + + $theme[24]["PATH"] = "../themes/shades_of_grey.php"; + $theme[24]["NAME"] = "Shades of Grey (Changes)"; + + $theme[25]["PATH"] = "../themes/spice_of_life.php"; + $theme[25]["NAME"] = "Spice of Life (Changes)"; + + $theme[26]["PATH"] = "../themes/spice_of_life_lite.php"; + $theme[26]["NAME"] = "Spice of Life - Lite (Changes)"; + + $theme[27]["PATH"] = "../themes/spice_of_life_dark.php"; + $theme[27]["NAME"] = "Spice of Life - Dark (Changes)"; + // LDAP server(s) // // Array of arrays with LDAP server parameters. See -- 2.25.1