From 6a27694c0902f7670d74c66a578114867f6f8757 Mon Sep 17 00:00:00 2001 From: lkehresman Date: Fri, 7 Jan 2000 17:01:16 +0000 Subject: [PATCH] added a purple theme git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@123 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config.php | 2 ++ config/purple_theme.php | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 config/purple_theme.php diff --git a/config/config.php b/config/config.php index 90b02c3b..e56e86e6 100644 --- a/config/config.php +++ b/config/config.php @@ -51,6 +51,8 @@ $theme[3]["PATH"] = "../config/slashdot_theme.php"; $theme[3]["NAME"] = "Slashdot"; + $theme[4]["PATH"] = "../config/purple_theme.php"; + $theme[4]["NAME"] = "Purple"; // Whether or not to use a special color for special folders. If not, special // folders will be the same color as the other folders diff --git a/config/purple_theme.php b/config/purple_theme.php new file mode 100644 index 00000000..fa42aadf --- /dev/null +++ b/config/purple_theme.php @@ -0,0 +1,21 @@ + \ No newline at end of file -- 2.25.1