summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/template.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/template.php b/inc/template.php
index 6d816efc3..0e2c6539d 100644
--- a/inc/template.php
+++ b/inc/template.php
@@ -245,6 +245,8 @@ function tpl_metaheaders($alt=true){
}
// load stylesheets
+ $head['link'][] = array('rel'=>'stylesheet', 'media'=>'all', 'type'=>'text/css',
+ 'href'=>DOKU_BASE.'lib/exe/css.php?s=all');
$head['link'][] = array('rel'=>'stylesheet', 'media'=>'screen', 'type'=>'text/css',
'href'=>DOKU_BASE.'lib/exe/css.php');
$head['link'][] = array('rel'=>'stylesheet', 'media'=>'print', 'type'=>'text/css',