NobuNobu
nobun****@users*****
2006年 8月 3日 (木) 23:05:41 JST
Index: xoops2jp/html/modules/legacyRender/class/theme.php diff -u xoops2jp/html/modules/legacyRender/class/theme.php:1.1.2.4 xoops2jp/html/modules/legacyRender/class/theme.php:1.1.2.5 --- xoops2jp/html/modules/legacyRender/class/theme.php:1.1.2.4 Tue Mar 28 22:30:48 2006 +++ xoops2jp/html/modules/legacyRender/class/theme.php Thu Aug 3 23:05:41 2006 @@ -79,7 +79,7 @@ // // If this system can use this theme, add this to list. // - if(isset($manifesto['Manifesto']) && isset($manifesto['Manifesto']['Depends']) && $manifesto['Manifesto']['Depends'] == "Legacy_RenderSystem") { + if(isset($manifesto['Manifesto']) && isset($manifesto['Manifesto']['Depends']) && preg_match('/Legacy_RenderSystem(\s|,|$)/', $manifesto['Manifesto']['Depends'])) { $themeList[]=$dir; } }