mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
#19023422 레이아웃/스킨 목록 출력시 이름순 정렬
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7608 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
86f2c7167c
commit
71f89ceadd
2 changed files with 4 additions and 0 deletions
|
|
@ -83,6 +83,8 @@
|
|||
$searched_count = count($searched_list);
|
||||
if(!$searched_count) return;
|
||||
|
||||
natcasesort($searched_list);
|
||||
|
||||
// 찾아진 레이아웃 목록을 loop돌면서 필요한 정보를 간추려 return
|
||||
for($i=0;$i<$searched_count;$i++) {
|
||||
// 레이아웃의 이름
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue