From 94c9adcb399ad50497e8ce158338dea846375dee Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 27 Jul 2001 21:08:05 +0000 Subject: [PATCH] Added Blue Gray theme Come on people! If you see it on the list, add it! Don't just sit there and hope it magically gets added to the source. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1455 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 3 +++ themes/blue_grey_theme.php | 24 ++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 themes/blue_grey_theme.php diff --git a/config/config_default.php b/config/config_default.php index eee2f3a8..e7d68878 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -286,6 +286,9 @@ $theme[16]["PATH"] = "../themes/deepocean2_theme.php"; $theme[16]["NAME"] = "Deep Ocean 2"; + $theme[17]["PATH"] = "../themes/blue_gray_theme.php"; + $theme[17]["NAME"] = "Blue Gray"; + // LDAP server(s) // // Array of arrays with LDAP server parameters. See diff --git a/themes/blue_grey_theme.php b/themes/blue_grey_theme.php new file mode 100644 index 00000000..d1250b7e --- /dev/null +++ b/themes/blue_grey_theme.php @@ -0,0 +1,24 @@ + +) -- 2.25.1