phpDocumentor updates
[squirrelmail.git] / themes / dark_green.php
index 8acb5cb0e430e9be9cf28b18f4b5f32b68c11d0c..e5f52a7992a5f2ff6eec88ed7c9ef2c608a54e07 100644 (file)
@@ -1,23 +1,31 @@
 <?php
-   /** Author:       Jason Munro 
-       Date:         June 10 2002
-       Theme Name:   "Dark Green"
-    **/
+
+/**
+ * Date:         June 10 2002
+ * Theme Name:   "Dark Green"
+ *
+ * @author Jason Munro
+ * @copyright &copy; 2002-2005 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
+ */
 
     global $color;
-    $color[0]   = "#0a2801"; 
-    $color[1]   = "#F88888";
+    $color[0]   = "#0a2801";
+    $color[1]   = "#f88888";
     $color[2]   = "#ff7171";
     $color[3]   = "#0a2801";
     $color[4]   = "#000000";
     $color[5]   = "#0e3503";
-    $color[6]   = "#D0D0D0";
+    $color[6]   = "#d0d0d0";
     $color[7]   = "#cfcfa0";
-    $color[8]   = "#D0D0D0";
+    $color[8]   = "#d0d0d0";
     $color[9]   = "#0e3503";
     $color[10]  = "#0a2801";
-    $color[11]  = "#AAAA44";
+    $color[11]  = "#aaaa44";
     $color[12]  = "#0a2801";
-    $color[13]  = "#FF7733";
-    $color[14]  = "#FF3377";
-?>
+    $color[13]  = "#ff7733";
+    $color[14]  = "#ff3377";
+?>
\ No newline at end of file