mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
외부 CSS 파일을 추가할 때 잘못된 판단으로 css를 연결하지 않던 문제 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3593 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b0d44dfdfd
commit
dcc062f804
2 changed files with 3 additions and 4 deletions
|
|
@ -42,7 +42,7 @@
|
|||
foreach($source_files as $file) {
|
||||
if(!$file) continue;
|
||||
$file = str_replace("\\","/",$file);
|
||||
if(substr($file,7)=='http://' || $file == './common/css/button.css') $files[] = $file;
|
||||
if(preg_match('/^http:\/\//i', $file) || $file == './common/css/button.css') $files[] = $file;
|
||||
else $targets[] = $file;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue