From 9007bf00cc5f9b5d26324832ede2ea9039530570 Mon Sep 17 00:00:00 2001 From: fidian Date: Mon, 24 Dec 2001 15:47:39 +0000 Subject: [PATCH] Added Darkness and Random to the list. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1917 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/config_default.php b/config/config_default.php index c724db6d..4d7bbd81 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -363,6 +363,12 @@ $theme[27]['NAME'] = 'Spice of Life - Dark (Changes)'; $theme[28]['PATH'] = '../themes/christmas.php'; $theme[28]['NAME'] = 'Holiday - Christmas'; +$theme[29]['PATH'] = '../themes/darkness.php'; +$theme[29]['NAME'] = 'Darkness (Changes)'; + +$theme[30]['PATH'] = '../themes/random.php'; +$theme[30]['PATH'] = 'Random (Changes every login)'; + /** * LDAP server(s) * Array of arrays with LDAP server parameters. See -- 2.25.1