diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2006-11-15 11:15:49 +0100 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2006-11-15 11:15:49 +0100 |
commit | 615960fefc1892e98e1e20725b11d535324f8c34 (patch) | |
tree | 14d953145aabda1b9cbe7d2eae1caecaf9394e49 /inc | |
parent | afe99d0069da42f65e958174bf6d68e66eee5c41 (diff) | |
download | rpg-615960fefc1892e98e1e20725b11d535324f8c34.tar.gz rpg-615960fefc1892e98e1e20725b11d535324f8c34.tar.bz2 |
use generated CSS for RSS feeds
plugins can include styles with feed.css,
templates can use the media type feed in style.ini
darcs-hash:20061115101549-6942e-d1de56b343ce0cc11ca6b911c444197316f4a4eb.gz
Diffstat (limited to 'inc')
-rw-r--r-- | inc/template.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/template.php b/inc/template.php index e9326632d..09b5725f6 100644 --- a/inc/template.php +++ b/inc/template.php @@ -236,7 +236,7 @@ function tpl_metaheaders($alt=true){ $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', - 'href'=>DOKU_BASE.'lib/exe/css.php?print=1'); + 'href'=>DOKU_BASE.'lib/exe/css.php?s=print'); // load javascript $js_edit = ($ACT=='edit' || $ACT=='preview' || $ACT=='recover' || $ACT=='wordblock' ) ? 1 : 0; |