diff options
author | Dries Buytaert <dries@buytaert.net> | 2002-02-19 19:37:56 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2002-02-19 19:37:56 +0000 |
commit | d0761b8617c993b2ada8646d08401426a71837c0 (patch) | |
tree | 6de815cbafdf97428108d8a4c5f7cfbf2ac4e6e8 /includes | |
parent | 3c8de3e9fe50f11ff3ee93def769be534f077eeb (diff) | |
download | brdo-d0761b8617c993b2ada8646d08401426a71837c0.tar.gz brdo-d0761b8617c993b2ada8646d08401426a71837c0.tar.bz2 |
- Removed theme Trillian from the $themes-array.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/conf.php | 4 |
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")); # |