[xoops-cvslog 1480] CVS update: xoops2jp/html/modules/legacyRender/admin/class

Back to archive index

Minahito minah****@users*****
2005年 12月 29日 (木) 00:45:32 JST


Index: xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php
diff -u xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php:1.1.2.2 xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php:1.1.2.3
--- xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php:1.1.2.2	Sun Dec 25 19:49:00 2005
+++ xoops2jp/html/modules/legacyRender/admin/class/LegacyTheme.class.php	Thu Dec 29 00:45:32 2005
@@ -41,7 +41,7 @@
 
 				$themeDir=XOOPS_THEME_PATH."/".$dir;
 				if(is_dir($themeDir)) {
-					$mnfFile=$themeDir."/manifesto.ini.php";
+					$mnfFile=$themeDir."/package.ini.php";
 					if(file_exists($mnfFile)) {
 						$manifesto=parse_ini_file($mnfFile,true);
 						


xoops-cvslog メーリングリストの案内
Back to archive index