git-svn-id: http://xe-core.googlecode.com/svn/trunk@69 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-02-15 09:32:48 +00:00
parent 0e91a4e4be
commit ab5a684447
3 changed files with 88 additions and 89 deletions

View file

@ -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();