X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fmonostochastic.php;h=14e539270fc7d70ecb5893859f267945f124c658;hb=9d953ce021e62a3c6f7598d51025c891e9a69890;hp=352f7e483b1d6b69b04782130446ed0f77b5a43f;hpb=1681f4d9d7070f1bfc4f9f5ce46b39caa8142537;p=squirrelmail.git diff --git a/themes/monostochastic.php b/themes/monostochastic.php index 352f7e48..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-2002 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