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@448 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2acf1afd1a
commit
1adfe63fd7
5 changed files with 27 additions and 439 deletions
|
|
@ -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 내의 파일을 체크
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue