mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +09:00
script path 찾는 함수를 일단 0.2.8로 rollback. 차후 보다 자세한 환경에서 테스트후 원위치
git-svn-id: http://xe-core.googlecode.com/svn/trunk@3742 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2318141643
commit
765bbfb210
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ if(!$cached) {
|
||||||
|
|
||||||
function _replaceCssPath($matches) {
|
function _replaceCssPath($matches) {
|
||||||
$path = str_replace(array('"',"'"),'',$matches[1]);
|
$path = str_replace(array('"',"'"),'',$matches[1]);
|
||||||
if(preg_match('/^http/i', $path) || preg_match('/\.htc$/i',$path) ) return $matches[0];
|
if(preg_match('/^http|^\//i', $path) || preg_match('/\.htc$/i',$path) ) return $matches[0];
|
||||||
|
|
||||||
return 'url("../../../../'.$this->tmp_css_path.$path.'")';
|
return 'url("../../../../'.$this->tmp_css_path.$path.'")';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue