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

This commit is contained in:
zero 2007-03-14 09:02:53 +00:00
parent 01ec58be2b
commit c6bcfebded
5 changed files with 6 additions and 6 deletions

View file

@ -45,7 +45,7 @@
/**
* @brief 플러그인의 상세 정보(conf/info.xml) 팝업 출력
**/
function dispMakeCode() {
function dispGenerateCode() {
// 선택된 플러그인 정보를 구함
$oPluginModel = &getModel('plugin');
$plugin_info = $oPluginModel->getPluginInfo(Context::get('selected_plugin'));
@ -60,7 +60,7 @@
$this->setLayoutFile('popup_layout');
// 템플릿 파일 지정
$this->setTemplateFile('plugin_make_code');
$this->setTemplateFile('plugin_generate_code');
}
}