phpDocumentor updates
[squirrelmail.git] / themes / greenhouse_effect.php
index 89aeaaace6e2f84f810fc2adf2a687245f7aa629..3c6761c1d24dbfba200be3c4d298cb112e9c621f 100755 (executable)
@@ -1,17 +1,17 @@
 <?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
+ * Date:    October 20, 2001
+ * Comment: This theme generates random colors, featuring a
+ *          light greenish background.
  *
- * Copyright (c) 2000-2002 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * $Id$
+ * @author Joey Bump
+ * @copyright &copy; 2000-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
 /** seed the random number generator **/
@@ -37,7 +37,7 @@ for ($i = 0; $i <= 15; $i++) {
     }
 
     /** set array element as hex string with hashmark (for HTML output) **/
-    $color[$i] = sprintf("#%02X%02X%02X",$r,$g,$b);
+    $color[$i] = sprintf('#%02X%02X%02X',$r,$g,$b);
 }
 
 
@@ -63,4 +63,4 @@ for ($i = 0; $i <= 15; $i++) {
  *   $color[14]  = '#xxxxxx';  // Color for quoted text -- >> 2 or more
  **/
 
-?>
+?>
\ No newline at end of file