git-svn-id: http://xe-core.googlecode.com/svn/trunk@448 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-15 00:59:04 +00:00
parent 2acf1afd1a
commit 1adfe63fd7
5 changed files with 27 additions and 439 deletions

View file

@ -188,7 +188,8 @@
}
$tmp_arr[$i] = implode(".",$tmp2_arr);
}
$arg = implode("/",$tmp_arr);
if(is_array($tmp_arg)) $arg = implode("/",$tmp_arr);
else $args = $tmp_arr;
if(substr($arg,0,2)=='./') $arg = substr($arg,2);
// 1단계로 해당 tpl 내의 파일을 체크