mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
관리자 페이지의 왼쪽 모듈 목록, 위젯/애드온/에디터 컴포넌트의 관리자 페이지 목록을 정렬 출력하도록 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3858 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
da8496cd5d
commit
3fa8814c99
6 changed files with 10 additions and 6 deletions
|
|
@ -553,6 +553,7 @@
|
|||
$searched_list = FileHandler::readDir('./modules');
|
||||
$searched_count = count($searched_list);
|
||||
if(!$searched_count) return;
|
||||
sort($searched_list);
|
||||
|
||||
for($i=0;$i<$searched_count;$i++) {
|
||||
// 모듈의 이름
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue