From fb351cd8b38af739b13883544aba380c35f8f4f8 Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 28 Dec 2001 16:32:24 +0000 Subject: [PATCH] Added theme from Jim Riffle Fixed cut and paste error git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1985 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/config/config_default.php b/config/config_default.php index 3ca85341..ff6dc45b 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -367,7 +367,10 @@ $theme[29]['PATH'] = '../themes/darkness.php'; $theme[29]['NAME'] = 'Darkness (Changes)'; $theme[30]['PATH'] = '../themes/random.php'; -$theme[30]['PATH'] = 'Random (Changes every login)'; +$theme[30]['NAME'] = 'Random (Changes every login)'; + +$theme[31]['PATH'] = '../themes/midnight.php'; +$theme[31]['NAME'] = 'Midnight'; /** * LDAP server(s) -- 2.25.1