X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fpenguin.php;h=0ae8ebbc9c35edd997d93070788a4d09c72ab4fb;hb=8f8188aeea5a72fac2005c5527edde67697ee2c4;hp=d773da077369002d66d5b0cf8ae7a005047b36ca;hpb=eb548244cf42565bbad450f308b760d3b6c2fc94;p=squirrelmail.git diff --git a/themes/penguin.php b/themes/penguin.php index d773da07..0ae8ebbc 100644 --- a/themes/penguin.php +++ b/themes/penguin.php @@ -3,19 +3,19 @@ /** * 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-2004 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Peter J. Vasquez Sr. + * @copyright © 2001-2006 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 @@ -32,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