summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css.php')
-rwxr-xr-xtheme/css.php2
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');
25include('../includes/functions.php'); 25include('../includes/functions.php');
26 26
27include('css/website.css'); 27include('css/website.css');
28include('css/bubbles.css');
28include('layouts/' . getLayout() . '/style.php'); 29include('layouts/' . getLayout() . '/style.php');
29include('css/blog.php'); 30include('css/blog.php');
30include('css/bubbles.css');
31include('css/quotes.css'); 31include('css/quotes.css');
32 32
33?> 33?>