mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@454 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
825ea283b6
commit
a45441815a
6 changed files with 276 additions and 3 deletions
|
|
@ -188,8 +188,7 @@
|
|||
}
|
||||
$tmp_arr[$i] = implode(".",$tmp2_arr);
|
||||
}
|
||||
if(is_array($tmp_arg)) $arg = implode("/",$tmp_arr);
|
||||
else $args = $tmp_arr;
|
||||
$arg = implode("/",$tmp_arr);
|
||||
if(substr($arg,0,2)=='./') $arg = substr($arg,2);
|
||||
|
||||
// 1단계로 해당 tpl 내의 파일을 체크
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue