mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-26 22:02:13 +09:00
issue 19 : supplementary code
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8431 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
44d915491d
commit
1b5b2501c5
1 changed files with 2 additions and 0 deletions
|
|
@ -1094,6 +1094,8 @@ class Context {
|
|||
function addCSSFile($file, $optimized=false, $media='all', $targetie='',$index=0) {
|
||||
is_a($this,'Context')?$self=&$this:$self=&Context::getInstance();
|
||||
|
||||
if(!$media) $media = 'all';
|
||||
|
||||
$key = Context::getAbsFileUrl($file)."\t$targetie\t$media";
|
||||
$map = &$self->css_files_map;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue