mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix CSS sort order different from XE
This commit is contained in:
parent
da56b5af07
commit
313e527512
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ class FrontEndFileHandler extends Handler
|
|||
$tmp = array_first(explode('/', strtr($dirname, '\\.', '//')));
|
||||
|
||||
$cssSortList = array('common' => -100000, 'layouts' => -90000, 'modules' => -80000, 'widgets' => -70000, 'addons' => -60000);
|
||||
$file->index = $cssSortList[$tmp[0]];
|
||||
$file->index = $cssSortList[$tmp];
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue