mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Issue 167 supporting theme in auto install module.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9147 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a79c17c4b8
commit
ead9eceded
1 changed files with 4 additions and 0 deletions
|
|
@ -93,6 +93,10 @@
|
|||
$config_file = "/info.xml";
|
||||
$type = "component";
|
||||
break;
|
||||
case "theme":
|
||||
$config_file = "/conf/info.xml";
|
||||
$type = "theme";
|
||||
break;
|
||||
}
|
||||
if(!$config_file) continue;
|
||||
$xml = new XmlParser();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue