X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=themes%2Fspice_of_life_lite.php;h=fa09d5712da8e79b4044d9cd544a58a2222fb088;hp=0ca4e5f2ca813be710f9169d51b899d1149f90b3;hb=f34bb4e38938e9519e6eb7dd357f193828a0c37b;hpb=548656577ea3ca28db3a640b26faefdda234dc3a diff --git a/themes/spice_of_life_lite.php b/themes/spice_of_life_lite.php old mode 100755 new mode 100644 index 0ca4e5f2..fa09d571 --- a/themes/spice_of_life_lite.php +++ b/themes/spice_of_life_lite.php @@ -7,7 +7,7 @@ * lite background with dark text. * * @author Jorey Bump - * @copyright © 2000-2007 The SquirrelMail Project Team + * @copyright © 2000-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -19,12 +19,6 @@ if (isset($_SERVER['SCRIPT_FILENAME']) && $_SERVER['SCRIPT_FILENAME'] == __FILE_ die(); } -/** load sq_mt_randomize() */ -include_once(SM_PATH . 'functions/strings.php'); - -/** seed the random number generator **/ -sq_mt_randomize(); - 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) {