mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@653 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d703b6d15a
commit
ee7a05b344
5 changed files with 49 additions and 4 deletions
|
|
@ -24,9 +24,12 @@
|
|||
|
||||
$oEditorModel = &getModel('editor');
|
||||
foreach($component_list as $component) {
|
||||
$xml_doc = $oEditorModel->getComponentXmlInfo($component);
|
||||
$list[$component] = $xml_doc = $oEditorModel->getComponentXmlInfo($component);
|
||||
}
|
||||
Context::set('component_list', $component_list);
|
||||
Context::set('component_list', $list);
|
||||
|
||||
$this->setTemplatePath($this->module_path.'tpl');
|
||||
$this->setTemplateFile('admin_index');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue