From ec247afa438c5ea576c0b333b3dadb85c89188e7 Mon Sep 17 00:00:00 2001 From: ngleader Date: Fri, 19 Jun 2009 05:35:12 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6601 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/editor.controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/editor/editor.controller.php b/modules/editor/editor.controller.php index 32976befe..d3c837df4 100644 --- a/modules/editor/editor.controller.php +++ b/modules/editor/editor.controller.php @@ -166,7 +166,7 @@ for($i=0,$c=count($ini);$i<$c;$i++) { $file = trim($ini[$i]); if(!$file) continue; - if(preg_match('/\.css$/i',$file)) Context::addCSSFile('./modules/editor/styles/'.$content_style.'/'.$file, false); + if(preg_match('/\.css$/i',$file)) Context::addCSSFile('./modules/editor/styles/'.$content_style.'/'.$file, true,'all','',-1); elseif(preg_match('/\.js/i',$file)) Context::addJsFile('./modules/editor/styles/'.$content_style.'/'.$file, false); } }