mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 21:12:15 +09:00
r7192 단락에디터 컴포넌트 확장 추가수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7221 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9bf9f38de8
commit
501c60f903
1 changed files with 1 additions and 1 deletions
|
|
@ -64,9 +64,9 @@
|
||||||
foreach($drComponentList as $i => $drComponent){
|
foreach($drComponentList as $i => $drComponent){
|
||||||
unset($obj);
|
unset($obj);
|
||||||
$obj = $this->getDrComponentXmlInfo($drComponent);
|
$obj = $this->getDrComponentXmlInfo($drComponent);
|
||||||
|
Context::loadLang(sprintf('%s%s/lang/',$drComponentPath,$drComponent));
|
||||||
$path = sprintf('%s%s/tpl/',$drComponentPath,$drComponent);
|
$path = sprintf('%s%s/tpl/',$drComponentPath,$drComponent);
|
||||||
$obj->html = $oTemplate->compile($path,$drComponent);
|
$obj->html = $oTemplate->compile($path,$drComponent);
|
||||||
Context::loadLang($path.'lang/');
|
|
||||||
$drComponentInfo[$drComponent] = $obj;
|
$drComponentInfo[$drComponent] = $obj;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue