There are too many modified files being committed without the copyright year being...
[squirrelmail.git] / themes / penguin.php
index 1c2894f4ad9458b77e22d97b0dc2a47768f33c80..786474befd125ccf7ef553ccf944be0e00c16cfa 100644 (file)
@@ -1,34 +1,34 @@
 <?php
+
 /**
  * penguin.php
- *    Name:    Penguin
- *    Author:  Peter J. Vasquez Sr.
- *    Date:    Jult 25, 2002
- *    Comment: This theme is my attempt at using the colors of the
- *             ever-popular Linux penguin.  :)
- *
- * Copyright (c) 2001-2003 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
+ * Name:    Penguin
+ * Date:    Jult 25, 2002
+ * Comment: This theme is my attempt at using the colors of the
+ *          ever-popular Linux penguin.  :)
  *
- * $Id$
+ * @author Peter J. Vasquez Sr.
+ * @copyright &copy; 2001-2009 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage themes
  */
 
-$color[0]   = '#FFCC00'; // b  0: Title Bar at the top of the page header
+global $color;
+$color[0]   = '#ffcc00'; // b  0: Title Bar at the top of the page header
 $color[1]   = '#333333'; // f  1: <not currently used>
-$color[2]   = '#FF0000'; // f  2: Error messages, usually red
+$color[2]   = '#ff0000'; // f  2: Error messages, usually red
 $color[3]   = '#000000'; // b  3: Left folder list background color
-$color[4]   = '#FFFFFF'; // b  4: Normal background color
-$color[5]   = '#FFCC00'; // b  5: Header of the message index [From, Date, Subject]
-$color[6]   = '#FFFFFF'; // f  6: Normal text on the left folder list
+$color[4]   = '#ffffff'; // b  4: Normal background color
+$color[5]   = '#ffcc00'; // b  5: Header of the message index [From, Date, Subject]
+$color[6]   = '#ffffff'; // f  6: Normal text on the left folder list
 $color[7]   = '#222222'; // f  7: Links in the right frame
 $color[8]   = '#000000'; // f  8: Normal text [usually black]
-$color[9]   = '#FFCC00'; // b  9: Darker version of #0
-$color[10]  = '#FF00CC'; // b 10: Darker version of #9
-$color[11]  = '#FFCC00'; // f 11: Special folders color [Inbox, Trash, Sent]
-$color[12]  = '#EEEEEE'; // b 12: Alternate color for message list [alters between 4 and this one]
+$color[9]   = '#ffcc00'; // b  9: Darker version of #0
+$color[10]  = '#ff00cc'; // b 10: Darker version of #9
+$color[11]  = '#ffcc00'; // f 11: Special folders color [Inbox, Trash, Sent]
+$color[12]  = '#eeeeee'; // b 12: Alternate color for message list [alters between 4 and this one]
 $color[13]  = '#800000'; // f 13: Color for single-quoted text ('> text') when reading (default:  #800000)
-$color[14]  = '#FF0000'; // f 14: Color for text with more than one quote (default: #FF0000)
-$color[15]  = '#FFDD11'; // f 15: Non-selectable folders in the left frame (defaults to $color[6])
-
-?>
+$color[14]  = '#ff0000'; // f 14: Color for text with more than one quote (default: #ff0000)
+$color[15]  = '#ffdd11'; // f 15: Non-selectable folders in the left frame (defaults to $color[6])