mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
short_open_tag Off 환경에서 문제되는 부분 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3395 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a1ea7634f9
commit
2ee20a77d3
4 changed files with 17 additions and 17 deletions
|
|
@ -148,7 +148,7 @@
|
|||
if(!eregi("^([a-z0-9\_\.])",$path)) return $str1;
|
||||
|
||||
$path = preg_replace('/^(\.\/|\/)/','',$path);
|
||||
$path = '<?=$this->tpl_path?>'.$path;
|
||||
$path = '<?php echo $this->tpl_path?>'.$path;
|
||||
$output = str_replace($str2, $path, $str1);
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue