X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=themes%2Fdarkness.php;h=b7ca509e5e8a28f73668a8dcaf1fd0775300cd6a;hb=0693dd5b7fc85f38d9f81b1e3fff93b53091499c;hp=a48a66cbb7b0206393dc5414b7023fff82510412;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;p=squirrelmail.git diff --git a/themes/darkness.php b/themes/darkness.php index a48a66cb..b7ca509e 100755 --- a/themes/darkness.php +++ b/themes/darkness.php @@ -5,24 +5,20 @@ * Like black? * * @author Tyler Akins - * @copyright © 2001-2006 The SquirrelMail Project Team + * @copyright © 2001-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail * @subpackage themes */ -/** - * Load up the usual suspects.. */ -require_once(SM_PATH . 'functions/strings.php'); - - // Note: The text distance is actually pre-squared - // Background range is from 24-64, all three colors are the same - // Text range is from 196 to 255 - $BackgroundTargetDistance = 12; - $BackgroundAdjust = 1; - $TextTargetDistance = 65536; - $TextAdjust = 0.95; +// Note: The text distance is actually pre-squared +// Background range is from 24-64, all three colors are the same +// Text range is from 196 to 255 +$BackgroundTargetDistance = 12; +$BackgroundAdjust = 1; +$TextTargetDistance = 65536; +$TextAdjust = 0.95; function IsUnique($Distance, $r, $g, $b, $usedArray) { @@ -42,9 +38,8 @@ function IsUnique($Distance, $r, $g, $b, $usedArray) // Always tremble background // This might make people go insane. Yes! *Victory dance!* function Darkness_HeaderPlugin() { - global $PHP_SELF; - if (substr($PHP_SELF, -18) == '/src/left_main.php') { + if (defined('PAGE_NAME') && PAGE_NAME=='left_main') { echo '' . "\n"; } @@ -75,9 +70,6 @@ global $squirrelmail_plugin_hooks; $squirrelmail_plugin_hooks['generic_header']['theme_darkness'] = 'Darkness_HeaderPlugin'; -/** seed the random number generator **/ -sq_mt_randomize(); - $color[3] = '#000000'; $color[4] = '#000000'; $used = array(0);