Make php_self() more robust. Seems to fix certain lighttpd issues, such as probably...
[squirrelmail.git] / themes / blue_on_blue.php
index 471d664966c45c4b971d05018d1f7806632f11de..0d398a50f091ebc67d5f26cb760506cac5bdc111 100644 (file)
@@ -4,13 +4,14 @@
  * Name:        Blue on Blue
  * Date:        December 29, 2005
  * Theme Name:  "Blue on Blue"
- * @copyright © 2005-2006 The SquirrelMail Project Team
+ * @copyright 2005-2009 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]  = '#4c4b83'; // TitleBar
 $color[1]  = '#ffffff'; // Not Currently Used
 $color[2]  = '#ffffff'; // Warning/Error Messages
@@ -27,5 +28,3 @@ $color[12] = '#1d1d26'; // Alternate List Item Color (alternates with #4)
 $color[13] = '#8a8aaf'; // Single-Quoted text
 $color[14] = '#8a8aaf'; // Two or more quotes
 $color[15] = '#ffffff'; // Unselectable Folders
-
-?>
\ No newline at end of file