diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 08:22:33 -0500 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2008-12-21 08:22:33 -0500 |
commit | d2f5be11cca19c8ea159bb5add21322d4331ea51 (patch) | |
tree | c0f2c0eab39140775b860ea4f403452a20ac0e7a /includes | |
parent | 5d41d15d6a03cca11ba8972b525a04ab83f53f56 (diff) | |
download | fourisland-d2f5be11cca19c8ea159bb5add21322d4331ea51.tar.gz fourisland-d2f5be11cca19c8ea159bb5add21322d4331ea51.tar.bz2 fourisland-d2f5be11cca19c8ea159bb5add21322d4331ea51.zip |
Removed splash screen
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/header.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/includes/header.php b/includes/header.php index 994a291..c2cbbc2 100755 --- a/includes/header.php +++ b/includes/header.php | |||
@@ -24,13 +24,6 @@ require('headerproc.php'); | |||
24 | 24 | ||
25 | $headerTemp = new FITemplate('header'); | 25 | $headerTemp = new FITemplate('header'); |
26 | 26 | ||
27 | if (!isset($_COOKIE['splashOnce'])) | ||
28 | { | ||
29 | setcookie('splashOnce', '1'); | ||
30 | |||
31 | $headerTemp->adds_block('SPLASH', array('exi'=>1)); | ||
32 | } | ||
33 | |||
34 | if ((date('G') >= 20) || (date('G') <= 6)) | 27 | if ((date('G') >= 20) || (date('G') <= 6)) |
35 | { | 28 | { |
36 | $bodyID = 'night'; | 29 | $bodyID = 'night'; |