mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
ì´ë¯¸ì§ ê²½ë¡ ë³ê²½ ì½ëê° ìë°ì´í/íë°ì´íì ëí ì²ë¦¬ê° ìì´ì ì기ë ì¤ë¥ ìì
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6121 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5982f21e1a
commit
c17c78ee06
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@
|
|||
$real_path = $url['path'];
|
||||
|
||||
$pattern = '/src=("|\'){1}(\.\/)?(files\/attach|files\/cache|files\/faceOff|files\/member_extra_info|modules|common|widgets|widgetstyle|layouts|addons)\/([^"\']+)\.(jpg|jpeg|png|gif)("|\'){1}/s';
|
||||
$output = preg_replace($pattern, 'src="'.$real_path.'$3/$4.$5"', $output);
|
||||
$output = preg_replace($pattern, 'src=$1'.$real_path.'$3/$4.$5$6', $output);
|
||||
}
|
||||
|
||||
// 사용자 정의 언어 변환
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue