Added new forest theme
[squirrelmail.git] / config / config.php
index e56e86e63c48bdb132b98dcefee84892bb6f7ff4..bdfd20cd93b99a6cd32d3429a66c603f18106d6a 100644 (file)
@@ -54,6 +54,9 @@
     $theme[4]["PATH"] = "../config/purple_theme.php";
     $theme[4]["NAME"] = "Purple";
 
+    $theme[5]["PATH"] = "../config/forest_theme.php";
+    $theme[5]["NAME"] = "Forest";
+
 //  Whether or not to use a special color for special folders.  If not, special
 //  folders will be the same color as the other folders
     $use_special_folder_color = true;