module_path.'components'); Context::set('component_list', $component_list); } // 템플릿을 미리 컴파일해서 컴파일된 소스를 return $tpl_path = $this->module_path.'tpl'; $tpl_file = 'editor.html'; require_once("./classes/template/TemplateHandler.class.php"); $oTemplate = new TemplateHandler(); return $oTemplate->compile($tpl_path, $tpl_file); } /** * @brief 팝업 출력 출력 **/ function dispPopup() { $this->setTemplatePath($this->module_path.'tpl/popup'); $this->setTemplateFile('emoticon.html'); } } ?>