git-svn-id: http://xe-core.googlecode.com/svn/trunk@650 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 05:28:19 +00:00
parent e595d715ad
commit bba09a1d82
15 changed files with 105 additions and 0 deletions

View file

@ -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
**/