r7192 단락에디터 컴포넌트 확장 추가수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7221 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2010-01-22 03:21:37 +00:00
parent 9bf9f38de8
commit 501c60f903

View file

@ -64,9 +64,9 @@
foreach($drComponentList as $i => $drComponent){
unset($obj);
$obj = $this->getDrComponentXmlInfo($drComponent);
Context::loadLang(sprintf('%s%s/lang/',$drComponentPath,$drComponent));
$path = sprintf('%s%s/tpl/',$drComponentPath,$drComponent);
$obj->html = $oTemplate->compile($path,$drComponent);
Context::loadLang($path.'lang/');
$drComponentInfo[$drComponent] = $obj;
}
}