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@69 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0e91a4e4be
commit
ab5a684447
3 changed files with 88 additions and 89 deletions
|
|
@ -257,7 +257,7 @@
|
|||
**/
|
||||
function loadModuleXml($module_path) {
|
||||
// 현재 선택된 모듈의 스킨의 정보 xml 파일을 읽음
|
||||
$xml_file = sprintf("%s/module.xml", $module_path);
|
||||
$xml_file = sprintf("%s/conf/info.xml", $module_path);
|
||||
if(!file_exists($xml_file)) return;
|
||||
|
||||
$oXmlParser = new XmlParser();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue