Minahito
minah****@users*****
2007年 1月 17日 (水) 16:34:12 JST
Index: xoops2jp/html/modules/legacyRender/class/theme.php diff -u xoops2jp/html/modules/legacyRender/class/theme.php:1.1.2.5.2.1 xoops2jp/html/modules/legacyRender/class/theme.php:1.1.2.5.2.2 --- xoops2jp/html/modules/legacyRender/class/theme.php:1.1.2.5.2.1 Fri Nov 10 18:11:32 2006 +++ xoops2jp/html/modules/legacyRender/class/theme.php Wed Jan 17 16:34:12 2007 @@ -22,9 +22,6 @@ if (file_exists($mnfFile = $themeDir . "/manifesto.ini.php")) { $this->mPackage = parse_ini_file($mnfFile, true); } - elseif (file_exists($mnfFile = $themeDir . "/package.ini.php")) { - $this->mPackage = parse_ini_file($mnfFile, true); - } if (isset($this->mPackage['Manifesto'])) { // @@ -84,9 +81,6 @@ if (file_exists($mnfFile = $themeDir . "/manifesto.ini.php")) { $manifesto = parse_ini_file($mnfFile, true); } - elseif (file_exists($mnfFile = $themeDir . "/package.ini.php")) { - $manifesto = parse_ini_file($mnfFile, true); - } if(count($manifesto) > 0) { //