From 615960fefc1892e98e1e20725b11d535324f8c34 Mon Sep 17 00:00:00 2001 From: Tom N Harris Date: Wed, 15 Nov 2006 11:15:49 +0100 Subject: 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 --- inc/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc') 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; -- cgit v1.2.3