summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2002-02-19 19:37:56 +0000
committerDries Buytaert <dries@buytaert.net>2002-02-19 19:37:56 +0000
commitd0761b8617c993b2ada8646d08401426a71837c0 (patch)
tree6de815cbafdf97428108d8a4c5f7cfbf2ac4e6e8 /includes
parent3c8de3e9fe50f11ff3ee93def769be534f077eeb (diff)
downloadbrdo-d0761b8617c993b2ada8646d08401426a71837c0.tar.gz
brdo-d0761b8617c993b2ada8646d08401426a71837c0.tar.bz2
- Removed theme Trillian from the $themes-array.
Diffstat (limited to 'includes')
-rw-r--r--includes/conf.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes/conf.php b/includes/conf.php
index 84fb8ad2d..f0963df62 100644
--- a/includes/conf.php
+++ b/includes/conf.php
@@ -21,7 +21,6 @@ $db_url = "mysql://drupal:drupal@localhost/drupal";
# If required, update PHP's include path to include your PEAR directory:
// ini_set("include_path", ".:/path/to/pear");
-
#
# Themes:
#
@@ -36,9 +35,6 @@ $themes = array("UnConeD" => array(
"Internet explorer, Netscape, Opera, Lynx"),
"Goofy" => array(
"themes/goofy/goofy.theme",
- "Internet explorer, Netscape, Opera"),
- "Trillian" => array(
- "themes/trillian/trillian.theme",
"Internet explorer, Netscape, Opera"));
#