summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pages/stylesheet.php')
-rw-r--r--frontend/pages/stylesheet.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/frontend/pages/stylesheet.php b/frontend/pages/stylesheet.php
index 82a7f68..58087a1 100644
--- a/frontend/pages/stylesheet.php
+++ b/frontend/pages/stylesheet.php
@@ -1,10 +1,8 @@
<?php
function init_stylesheet() {
- global $state;
contenttype('text/css');
}
-function body_stylesheet() {
- global $conf;
+function body_stylesheet(&$S) {
foreach (glob('css/*.css') as $file) {
require($file);
}