diff options
Diffstat (limited to 'theme/layouts/6.2/style.php')
-rwxr-xr-x | theme/layouts/6.2/style.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/theme/layouts/6.2/style.php b/theme/layouts/6.2/style.php index 7dff742..5cea4f8 100755 --- a/theme/layouts/6.2/style.php +++ b/theme/layouts/6.2/style.php | |||
@@ -22,9 +22,11 @@ if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | |||
22 | 22 | ||
23 | require('headerproc.php'); | 23 | require('headerproc.php'); |
24 | 24 | ||
25 | include_once('../includes/specialdates.php'); | ||
26 | |||
25 | include('layouts/6.2/style.css'); | 27 | include('layouts/6.2/style.css'); |
26 | 28 | ||
27 | if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) | 29 | if ((((date('G') >= 20) || (date('G') <= 6)) || (isset($_GET['night']) && !isset($_GET['day']))) && sd_ifNoSpecialDay()) |
28 | { | 30 | { |
29 | include('layouts/6.2/night.css'); | 31 | include('layouts/6.2/night.css'); |
30 | } else { | 32 | } else { |