diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-06-07 10:57:41 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2001-06-07 10:57:41 +0000 |
commit | c94d9a063b7f630cc4cee7c582fe3e965fb1eb5c (patch) | |
tree | 650153288de77e27126d1363b559213755bdee3d | |
parent | f9de04c93f732dd4fc107f5ae2dd470d7fbd7cf8 (diff) | |
download | brdo-c94d9a063b7f630cc4cee7c582fe3e965fb1eb5c.tar.gz brdo-c94d9a063b7f630cc4cee7c582fe3e965fb1eb5c.tar.bz2 |
- Updated the $themes array to include all the themes.
-rw-r--r-- | includes/conf.php | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/includes/conf.php b/includes/conf.php index 77fb30298..2bf574041 100644 --- a/includes/conf.php +++ b/includes/conf.php @@ -31,10 +31,22 @@ $comment_votes = array("none" => "none", # $themes = array("UnConeD" => array( "themes/unconed/unconed.theme", - "modern theme, gray and blue, high coolness factor"), + "Internet explorer, Netscape, Opera"), "Marvin" => array( "themes/marvin/marvin.theme", - "classic theme, white, basic design with a fresh look")); + "Internet explorer, Netscape, Opera"), + "Jeroen" => array( + "themes/jeroen/jeroen.theme", + "Internet explorer, Netscape"), + "Stone Age" => array( + "themes/example/example.theme", + "Internet explorer, Netscape, Opera, Lynx"), + "Goofy" => array( + "themes/goofy/goofy.theme", + "Internet explorer, Netscape, Opera"), + "Yaroon" => array( + "themes/yaroon/yaroon.theme", + "Internet explorer, Netscape, Opera")); # # Languages / translation / internationalization: |