summary refs log tree commit diff stats
path: root/theme/css.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/css.php')
-rw-r--r--theme/css.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme/css.php b/theme/css.php index 8c8b7ec..e65d5c6 100644 --- a/theme/css.php +++ b/theme/css.php
@@ -22,7 +22,10 @@ require('../headerproc.php');
22 22
23header('Content-type: text/css'); 23header('Content-type: text/css');
24 24
25include('../includes/functions.php');
26
25include('css/website.css'); 27include('css/website.css');
28include('layouts/' . getLayout() . '/style.php');
26include('css/blog.php'); 29include('css/blog.php');
27include('css/bubbles.css'); 30include('css/bubbles.css');
28include('css/quotes.css'); 31include('css/quotes.css');