documenting options class
[squirrelmail.git] / themes / greenhouse_effect.php
index 192faecbfafcd5edab7c3c915c65ce28231bdde5..958f0b4e5edd93ae164672e9e13d0f54d14bdd52 100755 (executable)
@@ -1,17 +1,18 @@
 <?php
 
 /**
- * dompie_theme.php
- *    Name:    Greenhouse Effect
- *    Author:  Joey Bump
- *    Date:    October 20, 2001
- *    Comment: This theme generates random colors, featuring a
- *             light greenish background.
+ * Name:    Greenhouse Effect
+ * @author Joey Bump
+ * Date:    October 20, 2001
+ * Comment: This theme generates random colors, featuring a
+ *          light greenish background.
  *
- * Copyright (c) 2000-2003 The SquirrelMail Project Team
+ * Copyright (c) 2000-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /** seed the random number generator **/
@@ -63,4 +64,4 @@ for ($i = 0; $i <= 15; $i++) {
  *   $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
  **/
 
-?>
+?>
\ No newline at end of file