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

This commit is contained in:
zero 2007-03-30 05:07:34 +00:00
parent c04e8f62cf
commit 166e3249e7
30 changed files with 1147 additions and 1083 deletions

View file

@ -41,8 +41,8 @@
$module_category = $oModuleModel->getModuleCategories();
Context::set('module_category', $module_category);
// 템플릿 경로 구함 (board의 경우 tpl.admin에 관리자용 템플릿 모아놓음)
$template_path = sprintf("%stpl.admin/",$this->module_path);
// 템플릿 경로 구함 (board의 경우 tpl에 관리자용 템플릿 모아놓음)
$template_path = sprintf("%stpl/",$this->module_path);
// 템플릿 경로 지정
$this->setTemplatePath($template_path);