From c94d9a063b7f630cc4cee7c582fe3e965fb1eb5c Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Thu, 7 Jun 2001 10:57:41 +0000 Subject: - Updated the $themes array to include all the themes. --- includes/conf.php | 16 ++++++++++++++-- 1 file 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: -- cgit v1.2.3