mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-23 20:32:14 +09:00
#18992532 : easy install for mobile skins
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7591 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1f4f0108d0
commit
19c18f7a39
3 changed files with 11 additions and 4 deletions
|
|
@ -67,16 +67,19 @@
|
|||
$config_file = null;
|
||||
switch($type)
|
||||
{
|
||||
case "module":
|
||||
case "addon":
|
||||
case "layout":
|
||||
case "widget":
|
||||
case "m.layout":
|
||||
$type = "layout";
|
||||
case "module":
|
||||
case "addon":
|
||||
case "layout":
|
||||
case "widget":
|
||||
$config_file = "/conf/info.xml";
|
||||
break;
|
||||
case "component":
|
||||
$config_file = "/info.xml";
|
||||
break;
|
||||
case "style":
|
||||
case "m.skin":
|
||||
$type = "skin";
|
||||
case "skin":
|
||||
case "widgetstyle":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue