Source for file spice_of_life_lite.php
Documentation is available at spice_of_life_lite.php
-  * Name:   Spice of Life - Lite 
-  * Comment This theme generates random colors, featuring a 
-  *         lite background with dark text. 
-  * @copyright 2000-2020 The SquirrelMail Project Team 
-  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-  * @version $Id: spice_of_life_lite.php 14845 2020-01-07 08:09:34Z pdontthink $ 
- /** Prevent direct script loading */ 
- if (- isset ($_SERVER['SCRIPT_FILENAME'])- &&  $_SERVER['SCRIPT_FILENAME']- == __FILE__ ) {
 
- for ($i - =  0; $i- <=  16; $i- ++ ) {
 
-     /** background/foreground toggle **/ 
-     if ($i - ==  0 or $i- ==  3 or $i- ==  4 or $i- ==  5 or $i- ==  9 or $i- ==  10 or $i- ==  12 or $i- ==  16) {
 
-     /** generate random color **/ 
-     /** set array element as hex string with hashmark (for HTML output) **/ 
-     $color[$i] - =  sprintf('#%02X%02X%02X',$r,$g,$b);
 
 
	
		Documentation generated on Mon, 13 Jan 2020 04:23:34 +0100 by phpDocumentor 1.4.3