X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fpenguin.php;h=71f8e3c62b47f44ff07cc325f8314f921b473867;hb=d56050e17bf919a100069eee0a454083bb9b0a05;hp=1c92a3137f619fe54b1a0f8d18710877b4729173;hpb=4b4abf93a9624311afef0c385023724ee46a2b60;p=squirrelmail.git diff --git a/themes/penguin.php b/themes/penguin.php index 1c92a313..71f8e3c6 100644 --- a/themes/penguin.php +++ b/themes/penguin.php @@ -8,13 +8,14 @@ * ever-popular Linux penguin. :) * * @author Peter J. Vasquez Sr. - * @copyright © 2001-2005 The SquirrelMail Project Team + * @copyright © 2001-2007 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] = '#ffcc00'; // b 0: Title Bar at the top of the page header $color[1] = '#333333'; // f 1: $color[2] = '#ff0000'; // f 2: Error messages, usually red @@ -31,5 +32,3 @@ $color[12] = '#eeeeee'; // b 12: Alternate color for message list [alters betwe $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]) - -?> \ No newline at end of file