diff options
Diffstat (limited to 'theme/layouts/4.5/style.php')
| -rwxr-xr-x | theme/layouts/4.5/style.php | 38 |
1 files changed, 38 insertions, 0 deletions
| diff --git a/theme/layouts/4.5/style.php b/theme/layouts/4.5/style.php new file mode 100755 index 0000000..fa50dc4 --- /dev/null +++ b/theme/layouts/4.5/style.php | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | <?php | ||
| 2 | /* | ||
| 3 | 444444444 | ||
| 4 | 4::::::::4 | ||
| 5 | 4:::::::::4 | ||
| 6 | 4::::44::::4 | ||
| 7 | 4::::4 4::::4 Four Island | ||
| 8 | 4::::4 4::::4 | ||
| 9 | 4::::4 4::::4 Written and maintained by Starla Insigna | ||
| 10 | 4::::444444::::444 | ||
| 11 | 4::::::::::::::::4 theme/layouts/4.5/style.php | ||
| 12 | 4444444444:::::444 | ||
| 13 | 4::::4 Please do not use, reproduce or steal the | ||
| 14 | 4::::4 contents of this file without explicit | ||
| 15 | 4::::4 permission from Hatkirby. | ||
| 16 | 44::::::44 | ||
| 17 | 4::::::::4 | ||
| 18 | 4444444444 | ||
| 19 | */ | ||
| 20 | |||
| 21 | if (!defined('S_INCLUDE_FILE')) {define('S_INCLUDE_FILE',1);} | ||
| 22 | |||
| 23 | require('headerproc.php'); | ||
| 24 | |||
| 25 | include('layouts/4.5/style.css'); | ||
| 26 | |||
| 27 | if (((date('G') >= 20) || (date('G') <= 6)) || isset($_GET['night']) && !isset($_GET['day'])) | ||
| 28 | { | ||
| 29 | include('layouts/4.5/night.css'); | ||
| 30 | } else { | ||
| 31 | include('layouts/4.5/day.css'); | ||
| 32 | } | ||
| 33 | |||
| 34 | include('layouts/4.5/headers.php'); | ||
| 35 | include('layouts/4.5/navigation.css'); | ||
| 36 | include('layouts/4.5/holiday.php'); | ||
| 37 | |||
| 38 | ?> | ||
