mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
r7192 보완
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7193 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c73139aaf3
commit
dccc5570cc
1 changed files with 3 additions and 1 deletions
|
|
@ -64,7 +64,9 @@
|
|||
foreach($drComponentList as $i => $drComponent){
|
||||
unset($obj);
|
||||
$obj = $this->getDrComponentXmlInfo($drComponent);
|
||||
$obj->html = $oTemplate->compile(sprintf('%s%s/tpl/',$drComponentPath,$drComponent),$drComponent);
|
||||
$path = sprintf('%s%s/tpl/',$drComponentPath,$drComponent);
|
||||
$obj->html = $oTemplate->compile($path,$drComponent);
|
||||
Context::loadLang($path.'lang/');
|
||||
$drComponentInfo[$drComponent] = $obj;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue