mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-10 22:12:16 +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
|
|
@ -535,6 +535,8 @@
|
|||
$list = FileHandler::readDir($skin_path);
|
||||
if(!count($list)) return;
|
||||
|
||||
natcasesort($list);
|
||||
|
||||
foreach($list as $skin_name) {
|
||||
unset($skin_info);
|
||||
$skin_info = $this->loadSkinInfo($path, $skin_name, $dir);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue