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

This commit is contained in:
zero 2007-04-13 12:03:41 +00:00
parent 6e8eabb9f6
commit a0074e8311
13 changed files with 99 additions and 4 deletions

View file

@ -28,6 +28,12 @@
Context::set('component_list', $component_list);
}
// 첨부파일 모듈의 정보를 구함
$oModuleModel = &getModel('module');
$file_config = $oModuleModel->getModuleConfig('file');
$file_config->allowed_filesize = $file_config->allowed_filesize * 1024;
Context::set('file_config',$file_config);
// 템플릿을 미리 컴파일해서 컴파일된 소스를 return
$tpl_path = $this->module_path.'tpl';
$tpl_file = 'editor.html';