From 8af4049617b1372d1b7fe555ab8bf382612fa978 Mon Sep 17 00:00:00 2001 From: lbergman Date: Tue, 22 Aug 2000 20:09:56 +0000 Subject: [PATCH] Corrected error with black bean burrito theme. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@720 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- config/config_default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config_default.php b/config/config_default.php index b1413531..94f89904 100644 --- a/config/config_default.php +++ b/config/config_default.php @@ -215,8 +215,8 @@ $theme[11]["PATH"] = "../themes/high_contrast_theme.php"; $theme[11]["NAME"] = "High Contrast"; - $theme[11]["PATH"] = "../themes/black_bean_burrito_theme.php"; - $theme[11]["NAME"] = "Black Bean Burrito"; + $theme[12]["PATH"] = "../themes/black_bean_burrito_theme.php"; + $theme[12]["NAME"] = "Black Bean Burrito"; // LDAP server(s) // -- 2.25.1