Source for file dark_green.php

Documentation is available at dark_green.php

  1. <?php
  2.  
  3. /**
  4.  * Date:         June 10 2002
  5.  * Theme Name:   "Dark Green"
  6.  *
  7.  * @author Jason Munro
  8.  * @copyright 2002-2020 The SquirrelMail Project Team
  9.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  10.  * @version $Id: dark_green.php 14845 2020-01-07 08:09:34Z pdontthink $
  11.  * @package squirrelmail
  12.  * @subpackage themes
  13.  */
  14.  
  15. global $color;
  16. $color[0]   "#0a2801";
  17. $color[1]   "#f88888";
  18. $color[2]   "#ff7171";
  19. $color[3]   "#0a2801";
  20. $color[4]   "#000000";
  21. $color[5]   "#0e3503";
  22. $color[6]   "#d0d0d0";
  23. $color[7]   "#cfcfa0";
  24. $color[8]   "#d0d0d0";
  25. $color[9]   "#0e3503";
  26. $color[10]  "#0a2801";
  27. $color[11]  "#aaaa44";
  28. $color[12]  "#0a2801";
  29. $color[13]  "#ff7733";
  30. $color[14]  "#ff3377";

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