Source for file redmond.php

Documentation is available at redmond.php

  1. <?php
  2.  
  3. /**
  4.  * SquirrelMail Redmond Theme
  5.  *
  6.  * Date:          January 25, 2004
  7.  * Theme Name:    'Redmond Theme'
  8.  *
  9.  * @author Bert-Jan Wiegeraad
  10.  * @copyright 2004-2020 The SquirrelMail Project Team
  11.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  12.  * @version $Id: redmond.php 14840 2020-01-07 07:42:38Z pdontthink $
  13.  * @package squirrelmail
  14.  * @subpackage themes
  15.  */
  16.  
  17.     global $color;
  18.     $color[0]   '#ece9d8';
  19.     $color[1]   '#800000';
  20.     $color[2]   '#cc0000';
  21.     $color[3]   '#aba899';
  22.     $color[4]   '#ffffff';
  23.     $color[5]   '#ece9d8';
  24.     $color[6]   '#ffffff';
  25.     $color[7]   '#0000cc';
  26.     $color[8]   '#000000';
  27.     $color[9]   '#aba899';
  28.     $color[10]  '#666666';
  29.     $color[11]  '#ffffcc';
  30.     $color[12]  '#ffffcc';
  31.     $color[13]  '#800000';
  32.     $color[14]  '#ff0000';
  33.     $color[15]  '#002266';

Documentation generated on Mon, 13 Jan 2020 04:25:13 +0100 by phpDocumentor 1.4.3