X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fmonostochastic.php;h=14e539270fc7d70ecb5893859f267945f124c658;hb=9d953ce021e62a3c6f7598d51025c891e9a69890;hp=35a5629a2f91def4f182f9f2c0d87fba81b2771d;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe;p=squirrelmail.git diff --git a/themes/monostochastic.php b/themes/monostochastic.php index 35a5629a..14e53927 100755 --- a/themes/monostochastic.php +++ b/themes/monostochastic.php @@ -2,24 +2,26 @@ /** * monostochastic.php - * Name: Monostochastic - * Author: Jorey Bump - * Date: October 20, 2001 - * Comment: Generates random two-color frames, featuring either - * a dark or light background. + * 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-2003 The SquirrelMail Project Team + * Copyright (c) 2000-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * $Id$ + * @package squirrelmail + * @subpackage themes */ -/* seed the random number generator */ +/** seed the random number generator */ sq_mt_randomize(); /** light(1) or dark(0) background toggle **/ $bg = mt_rand(0,1); - + /** range delimiter **/ $bgrd = $bg * 128; @@ -72,4 +74,4 @@ $color[14] = '#xxxxxx'; // Color for quoted text -- >> 2 or more */ -?> +?> \ No newline at end of file