From a610c5e4bc9699d65feb4b4adea84445a7bcece2 Mon Sep 17 00:00:00 2001 From: allah03 Date: Tue, 20 Nov 2001 15:07:58 +0000 Subject: [PATCH] Added the two new themes to the defaul config. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1781 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index 52dbadb1..889aaa74 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -291,6 +291,12 @@ $theme[17]["PATH"] = "../themes/blue_gray_theme.php"; $theme[17]["NAME"] = "Blue Gray"; + $theme[18]["PATH"] = "../themes/dompie_theme.php"; + $theme[18]["NAME"] = "Dompie"; + + $theme[19]["PATH"] = "../themes/methodical_theme.php"; + $theme[19]["NAME"] = "Methodical"; + // LDAP server(s) // // Array of arrays with LDAP server parameters. See -- 2.25.1