mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-20 10:52:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@509 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b0dbe0efa7
commit
bceeda56f3
7 changed files with 28 additions and 28 deletions
|
|
@ -32,6 +32,9 @@
|
|||
$tpl_path = $this->module_path.'tpl';
|
||||
$tpl_file = 'editor.html';
|
||||
|
||||
// editor_path를 지정
|
||||
Context::set('editor_path', $tpl_path);
|
||||
|
||||
require_once("./classes/template/TemplateHandler.class.php");
|
||||
$oTemplate = new TemplateHandler();
|
||||
return $oTemplate->compile($tpl_path, $tpl_file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue