mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-13 05:52:17 +09:00
load lang for editor skin
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6605 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e3b9e97464
commit
c822863d94
1 changed files with 3 additions and 0 deletions
|
|
@ -205,6 +205,9 @@
|
||||||
}
|
}
|
||||||
Context::set('editor_path', $tpl_path);
|
Context::set('editor_path', $tpl_path);
|
||||||
|
|
||||||
|
// load editor skin lang
|
||||||
|
Context::loadLang($tpl_path.'lang');
|
||||||
|
|
||||||
// tpl 파일을 compile한 결과를 return
|
// tpl 파일을 compile한 결과를 return
|
||||||
$oTemplate = new TemplateHandler();
|
$oTemplate = new TemplateHandler();
|
||||||
return $oTemplate->compile($tpl_path, $tpl_file);
|
return $oTemplate->compile($tpl_path, $tpl_file);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue