mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
revert 6600
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6666 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
80b8d50a9a
commit
4a4c6a2532
1 changed files with 1 additions and 1 deletions
|
|
@ -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, true,'all','',-1);
|
||||
if(preg_match('/\.css$/i',$file)) Context::addCSSFile('./modules/editor/styles/'.$content_style.'/'.$file, false);
|
||||
elseif(preg_match('/\.js/i',$file)) Context::addJsFile('./modules/editor/styles/'.$content_style.'/'.$file, false);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue