diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:36:12 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2008-11-24 17:36:12 -0500 |
| commit | 214246e5c2e02ff60506af3d2478a06e38bfd0c2 (patch) | |
| tree | b734255ed552e8ece1f3c772c3d0b738e704112f /theme/css.php | |
| parent | 326314e6c07af25ae4e0f20299b86cdc100528e9 (diff) | |
| download | fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.gz fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.tar.bz2 fourisland-214246e5c2e02ff60506af3d2478a06e38bfd0c2.zip | |
Prettified stylesheets
Diffstat (limited to 'theme/css.php')
| -rwxr-xr-x | theme/css.php | 12 |
1 files changed, 9 insertions, 3 deletions
| diff --git a/theme/css.php b/theme/css.php index 1010bd1..d8825ae 100755 --- a/theme/css.php +++ b/theme/css.php | |||
| @@ -25,7 +25,7 @@ header('Content-type: text/css'); | |||
| 25 | include('../../security/config.php'); | 25 | include('../../security/config.php'); |
| 26 | include('../includes/db.php'); | 26 | include('../includes/db.php'); |
| 27 | 27 | ||
| 28 | include("css/website.php"); | 28 | include("css/website.css"); |
| 29 | include("css/bubbles.css"); | 29 | include("css/bubbles.css"); |
| 30 | include("css/thickbox.css"); | 30 | include("css/thickbox.css"); |
| 31 | 31 | ||
| @@ -35,8 +35,14 @@ if ($_GET['id'] == 'day') | |||
| 35 | } else if ($_GET['id'] == 'night') | 35 | } else if ($_GET['id'] == 'night') |
| 36 | { | 36 | { |
| 37 | include("css/night.css"); | 37 | include("css/night.css"); |
| 38 | } else { | 38 | } |
| 39 | echo('body {display: none}'); | 39 | |
| 40 | if ($_GET['cat'] == 'home') | ||
| 41 | { | ||
| 42 | include('css/blog.php'); | ||
| 43 | } else if ($_GET['cat'] == 'quotes') | ||
| 44 | { | ||
| 45 | include('css/quotes.css'); | ||
| 40 | } | 46 | } |
| 41 | 47 | ||
| 42 | ?> | 48 | ?> |
