From 1802d85eebfa3deb8c7758e66984ce8af1727f98 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 19 Mar 2007 12:43:17 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@549 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/editor/components/html_editor/html_editor.class.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/editor/components/html_editor/html_editor.class.php b/modules/editor/components/html_editor/html_editor.class.php index 314b40f79..4f2c63221 100644 --- a/modules/editor/components/html_editor/html_editor.class.php +++ b/modules/editor/components/html_editor/html_editor.class.php @@ -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);