From 40c9b37a16319f362369c122314c28fdc3ff14e5 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 25 Jun 2001 17:41:57 +0000 Subject: [PATCH] Added Deep Ocean 2 theme from M.J. Prinsen from May 22, 2001 git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1427 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 3 +++ themes/deepocean2_theme.php | 23 +++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 themes/deepocean2_theme.php diff --git a/config/config_default.php b/config/config_default.php index 3df903d0..eee2f3a8 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -282,6 +282,9 @@ $theme[15]["PATH"] = "../themes/bluesnews_theme.php"; $theme[15]["NAME"] = "BluesNews"; + + $theme[16]["PATH"] = "../themes/deepocean2_theme.php"; + $theme[16]["NAME"] = "Deep Ocean 2"; // LDAP server(s) // diff --git a/themes/deepocean2_theme.php b/themes/deepocean2_theme.php new file mode 100644 index 00000000..7205c268 --- /dev/null +++ b/themes/deepocean2_theme.php @@ -0,0 +1,23 @@ + -- 2.25.1