From 7dd86ad68d7ddb073ba62a2414c0e98d817cabc2 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Fri, 29 Sep 2000 17:25:23 +0000
Subject: [PATCH] * Added UnConeD's theme - it's amazingly cool.  However, we
 really need better theme descriptions so give it a change and post your
 ideas. (see config.inc or the "Custumize your page" site.

---
 config.inc | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/config.inc b/config.inc
index e7cd7590620f..270c993f2d33 100644
--- a/config.inc
+++ b/config.inc
@@ -83,7 +83,10 @@
                    "white, simple"),
                 "Zaphod" => array(
                    "themes/zaphod/zaphod.theme", 
-                   "yellow, simple"));
+                   "yellow, simple"),
+		"UnConeD" => array(
+		   "themes/UnConeD/theme.class.php",
+		   "gray, flashy"));
 
 #
 # Submission moderation votes:
-- 
GitLab