diff options
author | martin.tschofen <martin.tschofen@gmail.com> | 2007-02-11 03:41:10 +0100 |
---|---|---|
committer | martin.tschofen <martin.tschofen@gmail.com> | 2007-02-11 03:41:10 +0100 |
commit | 7aaa4c4643ed8f22cd32ce1018e56fc58b46ea89 (patch) | |
tree | 769394a6c5746480547151225312ee06ea24ea18 /inc | |
parent | 51424dff976c39df6e9b5eb0bec638c6e0b079a0 (diff) | |
download | rpg-7aaa4c4643ed8f22cd32ce1018e56fc58b46ea89.tar.gz rpg-7aaa4c4643ed8f22cd32ce1018e56fc58b46ea89.tar.bz2 |
all style sheet addition
darcs-hash:20070211024110-7f317-c094764db4d4c9b7e1cad01fc016f354d91aa39e.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/template.php | 2 |
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', |