mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
png 문제로 인하여 default.css를 통합파일에서 제거했음. (추후 정확한 문제 해결을 해야한다고 생각함)
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2686 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
96c6d40010
commit
082e755d76
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
$file = trim($source_files[$i]);
|
||||
if(!$file) continue;
|
||||
$file = str_replace("\\","/",$file);
|
||||
if(eregi("^http:\/\/",$file) || $file == './common/css/button.css') $files[] = $file;
|
||||
if(eregi("^http:\/\/",$file) || $file == './common/css/button.css' || $file == './common/css/default.css' ) $files[] = $file;
|
||||
else $targets[] = $file;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue