21 foreach (glob(XOOPS_THEME_PATH.
'/*', GLOB_ONLYDIR) as $themeDir) {
23 $theme->mDirname = $dirname = basename($themeDir);
25 if ($theme->loadManifesto($themeDir .
'/manifesto.ini.php')) {
26 if (
'Legacy_RenderSystem' != $theme->mRenderSystemName) {
30 if (file_exists($themeDir .
'/theme.html')) {
31 $theme->mName = $dirname;
32 $theme->mRenderSystemName =
'Legacy_RenderSystem';
33 $theme->mFormat =
'XOOPS2 Legacy Style';
36 $results[$dirname] =& $theme;