diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-09-29 17:25:23 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-09-29 17:25:23 +0000 |
commit | 7dd86ad68d7ddb073ba62a2414c0e98d817cabc2 (patch) | |
tree | f56e81eae7f7c7b2b27a83dfe4b7d44eb6f6af4e | |
parent | 3ebd8b9054a2e8cab685991aabc4c340f8aaf5cd (diff) | |
download | brdo-7dd86ad68d7ddb073ba62a2414c0e98d817cabc2.tar.gz brdo-7dd86ad68d7ddb073ba62a2414c0e98d817cabc2.tar.bz2 |
* 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.
-rw-r--r-- | config.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.inc b/config.inc index e7cd75906..270c993f2 100644 --- a/config.inc +++ b/config.inc @@ -83,7 +83,10 @@ $themes = array("Marvin" => array( "white, simple"), "Zaphod" => array( "themes/zaphod/zaphod.theme", - "yellow, simple")); + "yellow, simple"), + "UnConeD" => array( + "themes/UnConeD/theme.class.php", + "gray, flashy")); # # Submission moderation votes: |