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:
bnu 2007-12-21 17:24:58 +00:00
parent a1ea7634f9
commit 2ee20a77d3
4 changed files with 17 additions and 17 deletions

View file

@ -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;
}