mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +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
|
|
@ -33,6 +33,7 @@
|
|||
$searched_list = FileHandler::readDir('./widgets');
|
||||
$searched_count = count($searched_list);
|
||||
if(!$searched_count) return;
|
||||
sort($searched_list);
|
||||
|
||||
// 찾아진 위젯 목록을 loop돌면서 필요한 정보를 간추려 return
|
||||
for($i=0;$i<$searched_count;$i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue