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@650 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e595d715ad
commit
bba09a1d82
15 changed files with 105 additions and 0 deletions
|
|
@ -13,6 +13,17 @@
|
|||
function init() {
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 관리자 설정 페이지
|
||||
* 에디터 컴포넌트의 on/off 및 설정을 담당
|
||||
**/
|
||||
function adminIndex() {
|
||||
// 컴포넌트의 종류를 구해옴
|
||||
$component_list = FileHandler::readDir($this->module_path.'components');
|
||||
arsort($component_list);
|
||||
Context::set('component_list', $component_list);
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief 에디터를 return
|
||||
**/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue