diff options
Diffstat (limited to 'theme/css.php')
-rwxr-xr-x | theme/css.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/theme/css.php b/theme/css.php index 352caaa..fa0451a 100755 --- a/theme/css.php +++ b/theme/css.php | |||
@@ -28,6 +28,8 @@ include('../includes/specialdates.php'); | |||
28 | 28 | ||
29 | include("css/website.css"); | 29 | include("css/website.css"); |
30 | include("css/bubbles.css"); | 30 | include("css/bubbles.css"); |
31 | include('css/navigation.css'); | ||
32 | include('css/headers.php'); | ||
31 | 33 | ||
32 | if (sd_ifNoSpecialDay()) | 34 | if (sd_ifNoSpecialDay()) |
33 | { | 35 | { |