diff options
Diffstat (limited to 'theme/css.php')
-rwxr-xr-x | theme/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/css.php b/theme/css.php index 74e7c09..30a1523 100755 --- a/theme/css.php +++ b/theme/css.php | |||
@@ -25,9 +25,9 @@ header('Content-type: text/css'); | |||
25 | include('../includes/functions.php'); | 25 | include('../includes/functions.php'); |
26 | 26 | ||
27 | include('css/website.css'); | 27 | include('css/website.css'); |
28 | include('css/bubbles.css'); | ||
28 | include('layouts/' . getLayout() . '/style.php'); | 29 | include('layouts/' . getLayout() . '/style.php'); |
29 | include('css/blog.php'); | 30 | include('css/blog.php'); |
30 | include('css/bubbles.css'); | ||
31 | include('css/quotes.css'); | 31 | include('css/quotes.css'); |
32 | 32 | ||
33 | ?> | 33 | ?> |