From 7aaa4c4643ed8f22cd32ce1018e56fc58b46ea89 Mon Sep 17 00:00:00 2001 From: "martin.tschofen" Date: Sun, 11 Feb 2007 03:41:10 +0100 Subject: all style sheet addition darcs-hash:20070211024110-7f317-c094764db4d4c9b7e1cad01fc016f354d91aa39e.gz --- inc/template.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'inc/template.php') 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', -- cgit v1.2.3