setTemplatePath($this->module_path.'tpl'); } /** * @brief 스팸필터의 설정 화면 **/ function dispLdapAdminConfig() { $oModel = &getModel('ldap'); Context::set('config',$oModel->getConfig()); // 템플릿 파일 지정 $this->setTemplateFile('index'); } } ?>