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:
ngleader 2009-06-19 10:01:33 +00:00
parent e3b9e97464
commit c822863d94

View file

@ -205,6 +205,9 @@
}
Context::set('editor_path', $tpl_path);
// load editor skin lang
Context::loadLang($tpl_path.'lang');
// tpl 파일을 compile한 결과를 return
$oTemplate = new TemplateHandler();
return $oTemplate->compile($tpl_path, $tpl_file);