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

This commit is contained in:
zero 2007-03-16 06:09:23 +00:00
parent 7aa15de644
commit ca7c17c036
5 changed files with 14 additions and 11 deletions

View file

@ -22,8 +22,10 @@
Context::set('allow_fileupload', $allow_fileupload);
// 에디터 컴포넌트를 구함
$component_list = FileHandler::readDir($this->module_path.'components');
debugPrint($component_list);
if(!Context::get('component_list')) {
$component_list = FileHandler::readDir($this->module_path.'components');
Context::set('component_list', $component_list);
}
// 템플릿을 미리 컴파일해서 컴파일된 소스를 return
$tpl_path = $this->module_path.'tpl';