mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@797 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9b4f0c3073
commit
a11ddec974
5 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
||||||
Context::set('addon_list', $addon_list);
|
Context::set('addon_list', $addon_list);
|
||||||
|
|
||||||
// 템플릿 패스 및 파일을 지정
|
// 템플릿 패스 및 파일을 지정
|
||||||
$this->setTemplatePath($this->module_path.'tpl.admin');
|
$this->setTemplatePath($this->module_path.'tpl');
|
||||||
$this->setTemplateFile('addon_list');
|
$this->setTemplateFile('addon_list');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -43,7 +43,7 @@
|
||||||
$this->setLayoutFile('popup_layout');
|
$this->setLayoutFile('popup_layout');
|
||||||
|
|
||||||
// 템플릿 패스 및 파일을 지정
|
// 템플릿 패스 및 파일을 지정
|
||||||
$this->setTemplatePath($this->module_path.'tpl.admin');
|
$this->setTemplatePath($this->module_path.'tpl');
|
||||||
$this->setTemplateFile('addon_info');
|
$this->setTemplateFile('addon_info');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue