setTemplatePath($this->module_path.'tpl'); } /** * @brief 에디터 출력 **/ function dispEditor() { $this->setTemplateFile('editor.html'); } } ?>