From 10ae8f828033ad36373c8cea65419b06116354d4 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 7 Jan 2000 17:19:54 +0000 Subject: [PATCH] Added new forest theme git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@124 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config.php | 3 +++ config/forest_theme.php | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 config/forest_theme.php diff --git a/config/config.php b/config/config.php index e56e86e6..bdfd20cd 100644 --- a/config/config.php +++ b/config/config.php @@ -54,6 +54,9 @@ $theme[4]["PATH"] = "../config/purple_theme.php"; $theme[4]["NAME"] = "Purple"; + $theme[5]["PATH"] = "../config/forest_theme.php"; + $theme[5]["NAME"] = "Forest"; + // Whether or not to use a special color for special folders. If not, special // folders will be the same color as the other folders $use_special_folder_color = true; diff --git a/config/forest_theme.php b/config/forest_theme.php new file mode 100644 index 00000000..5c0e4d8e --- /dev/null +++ b/config/forest_theme.php @@ -0,0 +1,21 @@ + \ No newline at end of file -- 2.25.1