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

This commit is contained in:
zero 2007-03-30 08:29:16 +00:00
parent 7df7339504
commit fe7d8dffa6
7 changed files with 49 additions and 7 deletions

View file

@ -55,7 +55,7 @@
Context::set('module_list', $module_list);
// 템플릿 지정
$this->setTemplatePath($this->module_path.'tpl.admin');
$this->setTemplatePath($this->module_path.'tpl');
$this->setTemplateFile('file_list');
}