From 6e0fa5e669720b35ce2513fd063546ee261b5f1d Mon Sep 17 00:00:00 2001 From: lkehresman Date: Tue, 29 Aug 2000 15:15:57 +0000 Subject: [PATCH] added two new themes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@731 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 1 + config/config_default.php | 6 ++++++ themes/bluesnews_theme.php | 22 ++++++++++++++++++++++ themes/maize_theme.php | 25 +++++++++++++++++++++++++ 4 files changed, 54 insertions(+) create mode 100644 themes/bluesnews_theme.php create mode 100644 themes/maize_theme.php diff --git a/ChangeLog b/ChangeLog index 351c25fa..3d247832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Version 0.5pre2 -- DEVELOPMENT ------------------------------ +- Added quite a few new themes - Fixed double folder problem on some servers - Using encryption for passwords - Added a patch from Bill Thousand to allow easier virtual domains diff --git a/config/config_default.php b/config/config_default.php index 0175d879..c3062dc0 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -221,6 +221,12 @@ $theme[13]["PATH"] = "../themes/servery_theme.php"; $theme[13]["NAME"] = "Servery"; + $theme[14]["PATH"] = "../themes/maize_theme.php"; + $theme[14]["NAME"] = "Maize"; + + $theme[15]["PATH"] = "../themes/bluesnews_theme.php"; + $theme[15]["NAME"] = "BluesNews"; + // LDAP server(s) // // Array of arrays with LDAP server parameters. See diff --git a/themes/bluesnews_theme.php b/themes/bluesnews_theme.php new file mode 100644 index 00000000..590c623e --- /dev/null +++ b/themes/bluesnews_theme.php @@ -0,0 +1,22 @@ + diff --git a/themes/maize_theme.php b/themes/maize_theme.php new file mode 100644 index 00000000..690bf1a9 --- /dev/null +++ b/themes/maize_theme.php @@ -0,0 +1,25 @@ + -- 2.25.1