diff options
Diffstat (limited to 'theme/css.php')
| -rwxr-xr-x | theme/css.php | 40 |
1 files changed, 40 insertions, 0 deletions
| diff --git a/theme/css.php b/theme/css.php new file mode 100755 index 0000000..4984f03 --- /dev/null +++ b/theme/css.php | |||
| @@ -0,0 +1,40 @@ | |||
| 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/css.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 | require('../headerproc.php'); | ||
| 22 | |||
| 23 | header('Content-type: text/css'); | ||
| 24 | |||
| 25 | include('../../security/config.php'); | ||
| 26 | include('../includes/db.php'); | ||
| 27 | |||
| 28 | if (!isset($_GET['background'])) | ||
| 29 | { | ||
| 30 | include("css/website.php"); | ||
| 31 | include("css/headers.php"); | ||
| 32 | include("css/navigation.php"); | ||
| 33 | include("css/uniform.php"); | ||
| 34 | include("css/quotes.php"); | ||
| 35 | include("css/bubbles.css"); | ||
| 36 | } | ||
| 37 | |||
| 38 | include("css/backgrounds.php"); | ||
| 39 | |||
| 40 | ?> | ||
