X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fmonostochastic.php;h=6c048c9ae692f9f9d50114105a628b913f38e70c;hb=bffa0623a080913995338d2971ea820c5cbf7a36;hp=eee68b2835ec8a189c3e7dfcede52c0a65a537a8;hpb=82d304a0501324b276cabab1870755d5352bd21c;p=squirrelmail.git diff --git a/themes/monostochastic.php b/themes/monostochastic.php index eee68b28..6c048c9a 100755 --- a/themes/monostochastic.php +++ b/themes/monostochastic.php @@ -3,15 +3,14 @@ /** * monostochastic.php * Name: Monostochastic - * @author Jorey Bump * Date: October 20, 2001 * Comment: Generates random two-color frames, featuring either * a dark or light background. * - * Copyright (c) 2000-2004 The SquirrelMail Project Team - * Licensed under the GNU GPL. For full terms see the file COPYING. - * - * $Id$ + * @author Jorey Bump + * @copyright © 2000-2006 The SquirrelMail Project Team + * @license http://opensource.org/licenses/gpl-license.php GNU Public License + * @version $Id$ * @package squirrelmail * @subpackage themes */ @@ -21,7 +20,7 @@ sq_mt_randomize(); /** light(1) or dark(0) background toggle **/ $bg = mt_rand(0,1); - + /** range delimiter **/ $bgrd = $bg * 128; @@ -74,4 +73,4 @@ $color[14] = '#xxxxxx'; // Color for quoted text -- >> 2 or more */ -?> +?> \ No newline at end of file