Source for file christmas.php

Documentation is available at christmas.php

  1. <?php
  2.  
  3. /**
  4.  * christmas.php
  5.  *    Name:    Christmas
  6.  *    Date:    December 23, 2001
  7.  *    Comment: This is a Christmas theme shipped with SquirrelMail 1.2.0.
  8.  *
  9.  * @author Jon Tai
  10.  * @copyright 2001-2020 The SquirrelMail Project Team
  11.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  12.  * @version $Id: christmas.php 14845 2020-01-07 08:09:34Z pdontthink $
  13.  * @package squirrelmail
  14.  * @subpackage themes
  15.  */
  16.  
  17. global $color;
  18. $color[0]   '#5c9f5c'// TitleBar
  19. $color[1]   '#af0000'// Unseen messages color (unused?)
  20. $color[2]   '#cc0000'// Warning/Error Messages
  21. $color[3]   '#308030'// Left Bar Background
  22. $color[4]   '#ffffff'// Normal Background
  23. $color[5]   '#88ba88'// Table Headers
  24. $color[6]   '#dedede'// Text on left bar
  25. $color[7]   '#ee0000'// Links
  26. $color[8]   '#000000'// Normal text
  27. $color[9]   '#308f30'// Darker version of #0
  28. $color[10]  '#88aa88'// Dimmed out folder color
  29. $color[11]  '#ee0000'// Special folders / Unseen messages color
  30. $color[12]  '#ddffdd'// Alternate table row color
  31. $color[15]  '#aaffaa'// Unselectable folders

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