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

This commit is contained in:
zero 2007-03-19 12:43:17 +00:00
parent 4a46e67a18
commit 1802d85eeb

View file

@ -44,10 +44,6 @@
Context::set("tpl_path", $tpl_path);
// 이모티콘을 모두 가져옴
$html_editor_list = FileHandler::readDir($tpl_path.'/images');
Context::set('html_editor_list', $html_editor_list);
require_once("./classes/template/TemplateHandler.class.php");
$oTemplate = new TemplateHandler();
return $oTemplate->compile($tpl_path, $tpl_file);